โก 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:
HTML
PDF
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