diff --git a/readme_renderer/clean.py b/readme_renderer/clean.py index f610954..5171b4a 100644 --- a/readme_renderer/clean.py +++ b/readme_renderer/clean.py @@ -28,7 +28,7 @@ # Custom Additions "br", "caption", "cite", "col", "colgroup", "dd", "del", "details", "div", - "dl", "dt", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "img", "p", "pre", + "dl", "dt", "figcaption", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "img", "p", "pre", "span", "sub", "summary", "sup", "table", "tbody", "td", "th", "thead", "tr", "tt", "kbd", "var", "input", "section", "aside", "nav", "s", "figure", ] diff --git a/setup.py b/setup.py index 30304de..de30f0f 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ version=about["__version__"], description=about["__summary__"], long_description=long_description, + long_description_content_type="text/x-rst", license=about["__license__"], url=about["__uri__"], author=about["__author__"],