Skip to content

Vizel API / core/src / vizelCommonMarkFlavor

Variable: vizelCommonMarkFlavor

ts
const vizelCommonMarkFlavor: VizelMarkdownFlavor;

Defined in: packages/core/src/markdown/flavors/commonmark.ts:15

CommonMark flavor — the lowest-common-denominator spec.

No optional extensions are registered, so authors that want their output to render correctly on Stack Overflow, Reddit, email clients, and other strict-CommonMark consumers should choose this flavor.

Callouts fall back to plain blockquotes; wiki-links fall back to inline markdown links. See vizelGfmFlavor for GitHub-flavored output.

Released under the MIT License.