Deep Dive into Pandoc Templates
Why Pandoc?
Pandoc is the Swiss Army Knife of document conversion. I can write this in Markdown and export it to HTML, PDF, or even Word.
def hello_pandoc():
print("Converting Markdown to HTML...")Pandoc is the Swiss Army Knife of document conversion. I can write this in Markdown and export it to HTML, PDF, or even Word.
def hello_pandoc():
print("Converting Markdown to HTML...")