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
Fix issue #1638: support local directory loading marked.js
In v6 jupyter notebook components/marked/lib/marked no longer exists. The extension silently falls over.
Add https://cdnjs.com/libraries/marked for local loading into the python-markdown directory.
Change required path and calls marked -> marked.marked.
Add 6.x to yaml compat setting
0 commit comments