Markdown Widget
The Markdown widget allows you to render formatted text, links, and lists using standard Markdown syntax.
Description
Section titled “Description”Perfect for creating custom welcome messages, static links, instruction lists, or embedding simple media. It includes both an editing mode and a live preview mode.

Supported Features
Section titled “Supported Features”The widget utilizes a custom Markdown parser supporting:
- Headers (H1-H6)
- Bold, Italic,
Strikethrough - Unordered and Ordered Lists
- Checkboxes (
- [ ],- [x]) - Blockquotes
- Inline
codeand multi-line code blocks - Links and Images
Security Note: All rendered Markdown output is passed through Lastboard’s built-in HTML sanitizer (
htmlSanitizer.ts, no third-party library) before being attached to the DOM, protecting you from XSS attacks when rendering custom HTML blocks.