How do you insert Jinja code without {{% raw %}} escaping? #3233
-
Hi @squidfunk, that you do not insert inside raw escaping.
How is it possible to have it in Material for MkDocs? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
facelessuser
Nov 17, 2021
Replies: 1 comment 2 replies
-
MkDocs doesn't run Jinja2 on the Markdown content, so there is no need to raw escape. If you are using a Jinja2 Python Markdown extension, then maybe you would. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MkDocs doesn't run Jinja2 on the Markdown content, so there is no need to raw escape. If you are using a Jinja2 Python Markdown extension, then maybe you would.