Skip to content

Vizel API / core/src / VizelFlavorConfig

Interface: VizelFlavorConfig

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

Markdown flavor configuration consumed by extensions that need flavor-specific serialization tuning (callout output style, wiki-link bracket style).

Properties

calloutFormat

ts
calloutFormat: VizelCalloutMarkdownFormat;

Defined in: packages/core/src/utils/markdown-flavors.ts:17

How callout / admonition blocks are serialized.


wikiLinkSerialize

ts
wikiLinkSerialize: boolean;

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

Whether wiki links are serialized as [[page]] (true) or standard links (false).

Released under the MIT License.