mkdocs-markmap
mkdocs-markmap copied to clipboard
mkdocs-markmap breaks <center> tag in new mkdocs-material 8.0.1 theme
Hi,
It seems that this simple code does not work anymore with mkdocs-material version 8.0.1, and your mkdocs-markmap plugin activated in mkdocs.yml :
<center>
|a|b|
|:-:|:-:|
|1|2|
</center>
I had to deactivate this plugin in mkdocs.yml to get the
Could you please solve this, and make them compatible again, if possible?
Please feel free to get back in touch if my request is unclear :)
Thanks a lot in advance
Hey,
thanks for pointing this out. Unfortunately, I can confirm the issue. <center> is simply closed before table if mkdocs-markmap is activated.
I'll look into it.