python3-m2r

Markdown and reStructuredText in a single file - Python3 library

Description

M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format.

Use case is writing sphinx document in markdown, since it's widely used now and easy to write code blocks and lists. However, converters using pandoc or recommonmark do not support many rst markups and sphinx extensions. For example, rst's reference link like ``see `ref`_`` (this is very convenient in long document in which same link appears multiple times) will be converted to a code block in HTML like `see <code>ref</code>_`, which is not expected.

This package provides m2r module for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/miyakogi/m2r


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-m2r