โžก RST2MD๏ƒ

Pandoc๏ƒ

Pandoc is a swiss army knife, if you need to convert files from one markup format into another.

It supports conversion to and from following formats:

Converting a file๏ƒ

pandoc inputfile -s -o outputfile

Pandoc makes converting a .rst file to .md file easier. Use following command to convert reStructuredText into Markdown format.

pandoc file.rst -s -o file.md