docs/docs/raw_test.md
2021-01-03 03:59:08 +01:00

318 B

test for jinja templates doc in mkdocs

with raw balises: {% raw %} {{define "main"}} {% endraw %}

with html coments and raw balises:

{{define "main"}}

escaping the 2nd opening curly bracket: {{ define "main" }}

no raw balises (breaking local): {{ define "main" }}