Code Block HTML code parse #3261
-
I want to parse html code from code block dynamicallyI'm using Input field in
and to view this input on mulple places of same
Repository for your reference : - https://github.com/25ganesh92/mkdocs-material-test But when Im using Markdown to print this input in Code Block Using Markdown Method
Output But when using HTML Code insted of Markdown Code Block then
Here I found that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I do not have time to code up a custom solution for you though, but generally, it is possible, though I cannot tell you at this time how complicated it may be. Your best bet may be to use raw HTML if you are not keen on trying to code up a custom fence. |
Beta Was this translation helpful? Give feedback.
-
Thank You @facelessuser for explanation. When you have time and If possible for you then please provide solution from you to built MKDocs Material with variables that can Reuse Dynamically.. Thank you once again.. |
Beta Was this translation helpful? Give feedback.
I do not have time to code up a custom solution for you though, but generally, it is possible, though I cannot tell you at this time how complicated it may be. Your best bet may be to use raw HTML if you are not keen on trying to code up a custom fence.