Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1638, adding support dynamic loading marked.sj with fallback for v<6 #1639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 9, 2023

  1. Fix issue ipython-contrib#1638: support local directory loading marke…

    …d.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
    johnjbarton committed May 9, 2023
    Configuration menu
    Copy the full SHA
    020a69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84aeb3b View commit details
    Browse the repository at this point in the history