Pandoc Templates
94 points by ankitg12 3 hours ago | 7 comments
ntnsndr 40 seconds ago
I have been relying on pandoc for many years and had no idea I could use templates like this, which I suppose is pathetic but also indicates just how powerful the defaults are on their own.
replythibaut_barrere 15 minutes ago
Somehow related is https://www.metanorma.org/ (using Markdown to produce norms-compatible outputs).
replyktzar 18 minutes ago
Pandoc is such an amazing piece of software. I used it to format my novel and made it part of a GitHub action to produce all the formats I required. I wasn't aware of templates, but some look really sleek.
replyI keep thinking that modern text editors are just flawed and markdown, with all its downsides and limitations, is what 99% is the people need.
submeta 14 minutes ago
I am a heavy user of Pandoc. As I write all my text in markdown using Obsidian, but have to create content for the MS Office environment, I use Pandoc to convert my markdown content into ms office formated content.
replyI would be lost had I have to use the Office tools to edit and format my text.
So thank you to all the maintainers of Pandoc.
ltrg 55 seconds ago
I used it to output my doctoral thesis in LaTeX from Markdown 10 years ago, and similarly for going back and forth between my supervisor's Word documents and the main thesis text.
replyEmbarrassingly, a horrible little script for converting Pandoc's Markdown endnotes to inline format remains my most-starred GitHub repo: https://github.com/ltrgoddard/inliner/