Skip to content

Vizel API / core/src / vizelPandocFlavor

Variable: vizelPandocFlavor

ts
const vizelPandocFlavor: VizelMarkdownFlavor;

Defined in: packages/core/src/markdown/flavors/pandoc.ts:19

Pandoc-flavored Markdown.

Targets Pandoc-compatible consumers (academic publishing, RMarkdown, Quarto). Registers the markdown-it plugin set that mirrors Pandoc's extension surface most commonly relied upon: definition lists, footnotes, subscript, and superscript.

Callouts fall back to plain blockquotes because Pandoc has no canonical admonition syntax; wiki-links fall back to inline markdown links for the same reason.

Released under the MIT License.