How to convert .rst files to .md?

Viewed 10355

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?

1 Answers
Related