Version | Phase | Default |
---|---|---|
41 — CONTENT |
this.textContent |
Set element's innerHTML
after performing markdown rendering.
<div *markdown="'*...*'">
<!--<em>...</em>-->
</div>
Important
This directive dynamically imports @libs/markdown
.
Load additional Markdown plugins by specifying a comma-separated list (e.g., *markdown[emojis,highlighting,sanitize]
). See the full list of supported plugins at @libs/markdown/plugins
. Unsupported plugins will be
silently ignored.