Replies: 3 comments 10 replies
-
Hi, can you describe a bit more what you tried and what did not work? It should be possible to include any HTML and any CSS. Whether the styling or interactivity provided by another tool can be made to work with that of Material for MkDocs is another question. |
Beta Was this translation helpful? Give feedback.
-
@alexvoss, thanks for your answer. To be precise, I would like this page https://mpusz.github.io/mp-units/latest/library_reference/core_library of my documentation to embed an HTML document similar to this one https://github.com/JohelEGP/jegp/blob/gh-pages/full.html (here is the rendering https://johelegp.github.io/jegp/full). I would like this page to be rendered only in the page contents part of the window, leaving the top, bottom, and sidebars with the default theme. |
Beta Was this translation helpful? Give feedback.
-
Try HTML5's
I also remember HTML4 having something similar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to "paste" a HTML page under one position in the MkDocs menu (e.g. Doxygen generated docs). Still, it should have my theme header and footer. I tried with the
template
approach like the main page in your documentation, but I was not able to provide the entire HTML file this way (including all the stylesheets). What is the easiest way to embed such externally provided HTML in the generated docs?Beta Was this translation helpful? Give feedback.
All reactions