标签: markdown restructuredtext
我有一个doc作为.rst文件,如何轻松完全将其转换为.md? 我找到了一个名为pandoc的工具,但它没有正确转换文件。它就像
pandoc about.rst -s -o about.md
有可用的工具吗?