Releases: pypa/readme_renderer
Releases · pypa/readme_renderer
Release 25.0
14 Mar 17:49
Compare
Sorry, something went wrong.
No results found
Support Python 3.7 and 3.8
Drop support for Python 3.4
Require Pygments>=2.5.1
24.0
27 Oct 17:42
Compare
Sorry, something went wrong.
No results found
Remove dependency on future. (#134 )
23.0
23 Oct 21:13
Compare
Sorry, something went wrong.
No results found
Breaking change : Move the cmarkgfm dependency into an extra (#130 ). Users that want to render Markdown will need to install readme_render[md] instead.
21.0
27 Sep 15:45
Compare
Sorry, something went wrong.
No results found
Allow <caption>. (#105 )
Add specific tests for the raw directive. (#103 )
Include docinfo when rendering rst. (#99 )
Make Python 3 the default lexer for highlighting Python code in Markdown (#97 )
Allow align attribute on <p> tags (#98 )
22.0
27 Sep 15:46
Compare
Sorry, something went wrong.
No results found
Unify handling of SVG and other images in RST. (#113 )
Support width and alignment of images in RST (#114 )
20.0
13 Apr 23:10
Compare
Sorry, something went wrong.
No results found
Reformat docutils messages into more human-friendly output. (#92 )
Fix incorrect escaping of html entities in pre tags when using markdown. (#89 )
Allow width, height, alt, and align attributes on img tags. (#91 )
Fix check to not report success when there is invalid RST. (#90 )
19.0
10 Apr 20:29
Compare
Sorry, something went wrong.
No results found
Allow details and summary tags. (#77 )
Add .pytest_cache to .gitignore. (#85 )
Warn about Markdown content type when checking RST. (#83 )
Update pep8 tox env to use py3.6. (#84 )
Add Pygments-based syntax highlighting for Markdown. (#82 )
Update docs about check to talk about Markdown. (#80 )
18.1
10 Apr 05:48
Compare
Sorry, something went wrong.
No results found
Change Github-flavored Markdown identifier from gfm to GFM.
18.0
10 Apr 05:47
Compare
Sorry, something went wrong.
No results found
Add support for GitHub-flavored Markdown. (#67 )
Switch to cmarkgfm completely for rendering Markdown. (#68 )
Warn about missing long description. (#69 )
Make Github-Flavored Markdown the default variant (#73 )