Convert MD to RST
Use Pandoc
pandoc --from=markdown --to=rst --output=README.rst README.md
I tried it on a small test file, this is the result: Converted File
To install pandoc on ubuntu
sudo apt install pandoc
Use Pandoc
pandoc --from=markdown --to=rst --output=README.rst README.md
I tried it on a small test file, this is the result: Converted File
To install pandoc on ubuntu
sudo apt install pandoc