I've just got my first site with Grav working and am trying to add some posts to a blog. At the moment I am struggling to get YAML to do everything I need it to do, so am trying to use html to get some formatting done. However I've found once a HTML tag has been added to the page, any YAML syntax used there after is ignored.
e.g.
Main Head
<div>asdasd</div>
Sub Head 3
Results in:
Main Head and the div being rendered correctly, but Sub Head 3 is rendered as ###Sub Head 3
Is there a setting I need to change to allow for both coding types?