Command-line tool to convert Markdown files to reStructuredText using Pandoc.
Install the converter using pip:
pip install md-rst
Run the converter from the command line:
md-rst input.md output.rst
Replace input.md with the path to your input Markdown file and output.rst with the desired output reStructuredText file. If you do not specify "output.rst" it will use the same name as the .md file.
This project is licensed under the GNU-GPL3 License. Read LICENSE for more information.