Skip to content

Vizel API / core/src / vizelDocusaurusFlavor

Variable: vizelDocusaurusFlavor

ts
const vizelDocusaurusFlavor: VizelMarkdownFlavor;

Defined in: packages/core/src/markdown/flavors/docusaurus.ts:11

Docusaurus / VitePress / Zenn / Qiita flavor.

Targets static-site generators that consume the :::note / :::tip admonition directive syntax. Callouts emit directive blocks; wiki-links fall back to inline markdown links because the directive ecosystems have no canonical [[page]] form.

Released under the MIT License.