Dear community,
I am very new to Grav, so I do not know if my approach makes sense in the first place. I wanted to have a centerd heading and used the following code:
<center>#Heading</center>
The rendered page outputs "#Heading" (centered), so the markdown syntax is somehow escaped. Using html completely (<H1.. etc.) works fine.
It would be great if some could help me out with this issue.