What problem does it solve? Choosing the right Pandoc Markdown extensions and command flags is confusing, and the wrong combination causes rendering gaps when converting Markdown to DOCX, HTML, or EPUB. This Skill provides decision rules, a full extension catalog, and copy-paste command profiles so conversions produce the expected output. ## Core Features & Use Cases - Extension Selection Guidance: A complete catalog of Pandoc extensions (footnotes, citations, fenced_divs, alerts, mark, and more) with when-to-use notes for each. - Command Profiles: Ready-to-use Pandoc command presets for portable DOCX output, GFM alert parsing, and CommonMark-focused conversion. - DOCX Fallback Patterns: Reliable workarounds for features that do not render in DOCX, such as alerts as styled blockquotes and columns as two-column tables. - Use Case: You are converting a GitHub-flavored Markdown manuscript to DOCX for a publisher and the alert blocks render as plain text. Use this Skill to pick the gfm+alerts+mark profile and apply the blockquote fallback pattern. ## Quick Start Ask which Pandoc extensions and command profile to use for converting a GFM manuscript with alerts and footnotes into a DOCX file.