| Property | Type | Required | Default | Description |
|---|---|---|---|---|
maxLength |
number |
✅ | - | max length of text to render as markdown |
text |
string |
✅ | - | raw text to render as markdown |
<rtk-markdown-view></rtk-markdown-view><rtk-markdown-view
text="example">
</rtk-markdown-view><script>
const el = document.querySelector("rtk-markdown-view");
el.maxLength= 42;
</script>