安裝 pandoc
# apt-get install pandoc
轉換
$ pandoc --from=markdown --to=rst --output=README.rst README.md
References :
Converting Markdown to reStructuredText | Bradley Froehle
安裝 pandoc
# apt-get install pandoc
轉換
$ pandoc --from=markdown --to=rst --output=README.rst README.md
# apt-get install python3-docutils python3-markdown retext
# apt-get install python3-docutils python3-markdown