How to include raw html in markdown file? #2681
Unanswered
zillionare
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thanks for reporting. This behavior is not exclusive to Material for MkDocs, but to every MkDocs theme. Thus, I suggest opening an issue over at MkDocs. I'm converting this to a discussion, since this is a question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to have some raw html put into my markdown, for example, like this:
I need above html not processed by mkdocs/mkdocs-material, and just passed as it is to finaly generated html page, and let js to handle the rest.
However, those raw html tags has been escaped as:
so they will not be handled by js.
How to make this happen? I mean, which part is escaping those html tag and is there any option to disable it?
here is my mkdocs.yml (no plugins and extensions)
Beta Was this translation helpful? Give feedback.
All reactions