spz-markdown
When to use
spz-markdown renders Markdown-formatted text as styled HTML. Like the text component, it also supports initial placeholders.
Supported layout
container(required)
Example
Basic usage
Using a placeholder
Full example
Links
Visit the SPZ documentation to learn more.
Styling
The component automatically applies basic Markdown styles including:
- Heading styles (h1, h2, h3)
- Paragraph spacing
- List styles
- Code block styles
- Link styles
You can override these styles with CSS to customize the appearance.
Notes
- This component does not expose custom actions.
- This component does not emit custom events.