node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
17 lines (16 loc) • 866 B
HTML
<p>
Pass-through Markdown from the input data. When sent to the uibuilder node, will be reproduced as HTML in your page(s).
Output is wrapped in a <code>div</code> but the optional heading is ignored.
<b><a href="./uibuilder/docs/#/elements/markdown" target="_blank">Docs</a></b>.
</p>
<p>
Markdown will not be rendered as HTML unless the optional
<a href="./uibuilder/docs/#/client-docs/readme?id=_2-markdown-it-converts-markdown-markup-into-html" target="_blank">Markdown-IT library</a>
is loaded.
</p>
<p>
May be used with the Node-RED core <code>template</code> node.
</p>
<p>
<b>NOTE</b>: Use with caution, no validity checking is currently done unless the optional <a href="./uibuilder/docs/#/client-docs/readme?id=_1-dompurify-sanitises-html-to-ensure-safety-and-security" target="_blank">DOMPurify library</a> is loaded.
</p>