Closed panicseal closed 10 months ago
Just use comments=false
:
{%
include-markdown "./tbl.md"
comments=false
%}
Comments are breaking the parsing of the list item. You can disable them globally in Global configuration.
Thank you very much for the swift reply and solution. I wish you all the best.
Hello, thank you for this great mkdocs plugin!
I'm trying to include a table in different contexts, and one of them is a list. This breaks the table rendering.
file
tbl.md
file
main.md
See attached screenshot with rendered result:
I hope this can be fixed / implemented. Thank you very much for your time and effort to provide this plugin!