DESCR 558 B

123456789101112131415161718
  1. M2R converts a markdown file including reST markups to a valid reST format.
  2. Features:
  3. * Basic markdown and some extensions
  4. o inline/block-level raw html
  5. o fenced-code block
  6. o tables
  7. o footnotes ([^1])
  8. * Inline- and Block-level reST markups
  9. o single- and multi-line directives (.. directive::)
  10. o inline-roles (:code:`print(1)` ...)
  11. o ref-link (see `ref`_)
  12. o footnotes ([#fn]_)
  13. o math extension inspired by recommonmark
  14. * Sphinx extension
  15. o add markdown support for sphinx
  16. o mdinclude directive to include markdown from md or reST files