Skip to content

Vizel API / core/src / VizelMarkdown

Variable: VizelMarkdown

ts
const VizelMarkdown: Extension<MarkdownOptions, any>;

Defined in: packages/core/src/extensions/markdown.ts:207

Pre-configured Markdown extension with default settings.

Uses:

  • GitHub-style linkify enabled
  • No automatic line breaks
  • HTML pass-through enabled

Released under the MIT License.