M2R is a markdown to reStructuredText (reST) converter, but it enables write both markdown and reST in a single file, directly. M2R also supports sphinx as its extension.
This demo-editor is made to easily experience M2R format.
- Free software: MIT license
pip install git+https://github.com/miyakogi/m2rdemo
python -m m2rdemo
Then open new browser window (or tab) running m2r demo editor. Write something on the left-side text area. It will reflected soon on the right-side preview window.
If pywebview is installed, it would be used instead of browser.
pip install "pywebview[qt5]"
Change qt5
depending on your platform. Details see pywebview's document.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.