html
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>
Content copied to clipboard
**Hello** .html {<em>world</em>}!
Content copied to clipboard
Return
a new Html node
Parameters
content
- Likely a body argument
raw HTML content to inject