I’m gradually moving away from reStructuredText (RST) and I use more MarkDown(MD) to write generic documentation. In fact, I found myself using md files more and more and I really like the approach of focusing on content and let the tool generate a well formatted document according to the type needed.
If MarkDown doesn’t need much introduction the tool I’m using to convert .md is called Pandoc.
Pandoc is a universal document converter and from an MD file can generate multiple output format. It’s open-source and really simple to use. Continue reading “Automating Document Conversion from Markdown with Pandoc”