In some cases, Markdown is not sufficient so Pullnote allows you to pass HTML (/docs/component-support)) through raw by creating a ```@html block.
Note 1: if you are just using this to apply classes, consider using Tailwind Markdown support instead
Note 2: If using raw markdown from the API, you will naturally need to handle this escaping yourself
``@html
<div>This HTML is passed through raw</div>
``