Pandoc is a free and open source command line tool to convert documents from one format to another. It runs on Windows, macOS, Linux and supports many file formats including HTML, Word, EPUB, LaTeX, PDF, Markdown and so on. You can try it online at: https://pandoc.org/try/
Official Site: https://pandoc.org
https://pandoc.org/getting-started.html
ReplyDeleteExample usage, convert markdown to html:
pandoc test.md -f markdown -t html -s -o test.html