Closed madeinoz67 closed 1 year ago
It looks like mkdocstrings finds a line like ::: main<script type="text/javascript" src="https://viewer
in your Markdown sources, and I'm not sure why. This plugin for DrawIO does not use this syntax, at least it's not mentioned in the README.
Looking at ::: main<script...
, is it possible that you're trying to reference a main
package, and a newline is missing, concatenating the next <script
thing?
@pawamoy please try again with the latest release as it completely changes how the files are parsed.
I'll ask @madeinoz67 to try again instead: I'm just here to try and help :slightly_smiling_face:
is now working many thanks.
I saw there was a version update when I updated my deps via poetry and came here to check :)
I'm happy to hear that my changes fixes this issue as well :)
when this plugin is used in conjunction with gen-files auto page generating plugin and mkdocstring, the plugin fails.
gen-files plugin is used to autogenerate doc pages for code reference documentation from the source, but doesn't create the .md files just the site files
A possible solution would be an option to ignore a doc path
e.g. "reference/" in this case