Commit graph

8 commits

Author SHA1 Message Date
adam
e4814bc964 py-m2r: update to 0.1.12
Version 0.1.12:
Support multi byte characters for heading
2017-09-13 06:23:28 +00:00
adam
28d2821d83 Version 0.1.11:
Add metadata for sphinx
Add convert(src) function, which is shortcut of m2r.M2R()(src)
2017-09-01 10:18:14 +00:00
wiz
4d5f545994 Updated py-m2r to 0.1.10.
### Version 0.1.10 (2017-08-15)

* Include CHANGES and test files in source distribution
2017-08-15 16:56:50 +00:00
wiz
1d668e592c 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-08-14 19:38:12 +00:00
adam
4d8c25e172 Version 0.1.7:
Fix undefined name error
2017-07-20 17:06:13 +00:00
adam
bafed74004 Version 0.1.6:
* Drop python 3.3 support
* Improve image_link regex
2017-06-04 19:23:08 +00:00
adam
a958dc2d75 Change CATEGORIES to textproc 2017-02-13 21:10:12 +00:00
adam
973855cf0f 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
2017-02-13 21:08:29 +00:00