You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for pointing this out. The trouble concerning proxy is confusing me since a previous migration to requests took place exactly for that reason. Is https://unpkg.com reachable using a browser with your corporate proxy set up?
I can confirm the issue using extra_javascript, though. Analysis shows the config object within this plugin is missing out extra_javascript. I found a solution, but please be aware of this prerequisite:
d3.min.js cannot be detected, please adjust to markmap-d3.min.js
all static javascript files have to be stored in docs/js, otherwise mkdocs will not copy these files into site/
I'm going to add a corresponding notice to readme.
I'm using version 2.2.0 and the problem is there.
I analyzed #20, but the problem remains, when I test on another non-corporate machine the download is done.
I downloaded it manually and referenced it in mkdocs.yml using extra_javascripts but without success.
can you help? the plugin is excellent! I'm very grateful!
The text was updated successfully, but these errors were encountered: