summaryrefslogtreecommitdiff
path: root/textproc/py-m2r/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2017-06-04Version 0.1.6:adam1-5/+5
* Drop python 3.3 support * Improve image_link regex
2017-02-13Added textproc/py-m2r version 0.1.5adam1-0/+6
M2R converts a markdown file including reST markups to a valid reST format. Features: * Basic markdown and some extensions o inline/block-level raw html o fenced-code block o tables o footnotes ([^1]) * Inline- and Block-level reST markups o single- and multi-line directives (.. directive::) o inline-roles (:code:`print(1)` ...) o ref-link (see `ref`_) o footnotes ([#fn]_) o math extension inspired by recommonmark * Sphinx extension o add markdown support for sphinx o mdinclude directive to include markdown from md or reST files