* Add support for align attribute rendering Markdown headers (173)
26.0
-----------------
* Fix regression with image width/height attributes (164)
25.0
-----------------
* Support Python 3.7 and 3.8 * Drop support for Python 3.4 * Require Pygments>=2.5.1
24.0
-----------------
* Remove dependency on ``future``. (134)
23.0
-----------------
* Breaking change: Move the cmarkgfm dependency into an extra (130). Users that want to render Markdown will need to install readme_render[md] instead.
22.0
-----------------
* Unify handling of SVG and other images in RST. (113) * Support width and alignment of images in RST (114)