docs: add embedded Mermaid recipe #129
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
barrettruth/preview.nvim!129
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/mermaid-recipe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Markdown presets intentionally stay minimal, but users who want fenced Mermaid diagrams do not have an example showing how to extend Pandoc without replacing a preset.
Solution
Document a vimdoc recipe that supplies a Mermaid.js header fragment through
extra_argsand Pandoc's--include-in-headeroption. The recipe applies to both thegithubandmarkdownpresets and notes the local-module alternative for offline use.