html

.html content:{String} -> Node

Creates an HTML element, which is rendered as-is without any additional processing or escaping, as long as the rendering target supports HTML.

.html
<div class="my-container">
My HTML container
</div>
**Hello** .html {<em>world</em>}!

Return

a new Html node

Parameters

content

raw HTML content to inject

Wiki page

HTML