Vizel API / core/src / VizelMarkdownEncodingOptions
Interface: VizelMarkdownEncodingOptions
Defined in: packages/core/src/markdown/types.ts:114
Per-node encoding mode map.
Keys correspond to the lossy node types (embed, mention, wikiLink). Other node types are unaffected and follow the flavor's serializer hooks.
Properties
embed?
ts
readonly optional embed?: VizelMarkdownLossyEncodingMode;Defined in: packages/core/src/markdown/types.ts:115
mention?
ts
readonly optional mention?: VizelMarkdownLossyEncodingMode;Defined in: packages/core/src/markdown/types.ts:116
wikiLink?
ts
readonly optional wikiLink?: VizelMarkdownLossyEncodingMode;Defined in: packages/core/src/markdown/types.ts:117