Skip to content

croketillo/md-rst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.