How to

There is an example in the exampleSite dir at GitHub.

Beside of this the following shortcodes are available in markdown:

title[1-6]
subtitle[1-6]

You can use it by wrapping it into curly brakets:

{% title1 "How to shortcodes" %} // but with two curly brakets 🙃

This code will lead to:

How to shortcodes