Pandoc HTML Pipeline with Diagram Support
January 2026 9 min read
I needed a reliable way to convert Markdown to HTML using Pandoc with proper Mermaid and diagram rendering. The goal was to avoid introducing a static site generator or wrapper framework. The solution was a project-level defaults file combined with pandoc-ext-diagram, creating a predictable and portable document pipeline.