Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 735 Bytes

Markdown to reStructuredText Converter

GitHub License Pepy Total Downlods

Command-line tool to convert Markdown files to reStructuredText using Pandoc.

Installation

Install the converter using pip:

pip install md-rst

Usage

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.

License

This project is licensed under the GNU-GPL3 License. Read LICENSE for more information.