rtk-markdown-view
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
maxLength | number | ✅ | - | max length of text to render as markdown |
text | string | ✅ | - | raw text to render as markdown |
<!-- component.html --><rtk-markdown-view></rtk-markdown-view><!-- component.html --><rtk-markdown-view maxLength="42" text="example"></rtk-markdown-view>