2018-02-23 15:16:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m2r: updated to 0.1.13 Version 0.1.13: Catch up sphinx updates |
2017-09-13 08:23:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m2r: update to 0.1.12 Version 0.1.12: Support multi byte characters for heading |
2017-09-01 12:18:14 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Version 0.1.11: Add metadata for sphinx Add convert(src) function, which is shortcut of m2r.M2R()(src) |
2017-08-15 18:56:50 by Thomas Klausner | Files touched by this commit (3) |
Log message: Updated py-m2r to 0.1.10. ### Version 0.1.10 (2017-08-15) * Include CHANGES and test files in source distribution |
2017-08-14 21:38:12 by Thomas Klausner | Files touched by this commit (3) |
Log message: Updated py-m2r to 0.1.9. Version 0.1.9 (2017-08-12) Print help when input_file is not specified on command-line Version 0.1.8 (2017-08-11) Update metadata on setup.py |
2017-07-20 19:06:13 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Version 0.1.7: Fix undefined name error |
2017-06-04 21:23:08 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: Version 0.1.6: * Drop python 3.3 support * Improve image_link regex |
2017-02-13 22:10:12 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Change CATEGORIES to textproc |
2017-02-13 22:08:29 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: Added textproc/py-m2r version 0.1.5 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 |