I have a doc as an .rst file, how is it possible to easily and fully convert it to .md? I found a tool named pandoc, but it does not correctly convert the file. It works like
pandoc about.rst -s -o about.md
Are there any available tools?
I have a doc as an .rst file, how is it possible to easily and fully convert it to .md? I found a tool named pandoc, but it does not correctly convert the file. It works like
pandoc about.rst -s -o about.md
Are there any available tools?