Vizel API / core/src / vizelGfmFlavor
Variable: vizelGfmFlavor
ts
const vizelGfmFlavor: VizelMarkdownFlavor;Defined in: packages/core/src/markdown/flavors/gfm.ts:15
GitHub Flavored Markdown.
Configured for GitHub, GitLab, and similar consumers: callouts use the > [!NOTE] alert syntax and tables and task lists are expected. Wiki-links fall back to inline markdown links because GFM has no canonical [[page]] syntax.
The flavor does not register parser plugins because tables and task lists are recognized by the core markdown-it preset; alert blocks are handled at the serializer layer.