How to center text with Markdown?
Markdown does not support this feature natively, but you can achieve this wrapping Markdown into HTML. As a rule of thumb, most ‘flavors’ of Markdown will render this as centered text: <p style=”text-align: center;”>Centered text</p> Specifically for Grav, as their documentation states, you should do these following steps: in your system configuration file user/config/system.yaml make … Read more