0

My repository has a lot of wiki pages written Markdown. I want to convert them all to reStructuredText so they can be compiled into a separate Sphinx documentation project.

caduceus
  • 1,542
  • 2
  • 16
  • 21

1 Answers1

0

http://johnmacfarlane.net/pandoc/

pandoc can convert Markdown to reStructuredText, so try that.

wei2912
  • 6,141
  • 2
  • 19
  • 20