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

Update to Mistune 2.0.2 #1764

Merged
merged 6 commits into from
May 9, 2022
Merged

Update to Mistune 2.0.2 #1764

merged 6 commits into from
May 9, 2022

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    fb3cebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f55c3 View commit details
    Browse the repository at this point in the history
  3. Fix some discrepancies with mistune version 2

    - 'AXT_HEADING' is now requiring whitespace after the '#', fixed with a new regex
    - 're.Scanner' is not able to extract the correct group, the text needs trimming before use
    - 'javascript:...' links considered harmful by 'HTMLRenderer', should we disable it too?
    marmitar authored and blink1073 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    16189b9 View commit details
    Browse the repository at this point in the history
  4. Split BLOCK_MATH and INLINE_MATH into four regexes

    Important to avoid problems with the TeX-style block math where the trailing '$$' is not removed.
    marmitar authored and blink1073 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7f0959c View commit details
    Browse the repository at this point in the history
  5. update mistune dep

    blink1073 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    672c612 View commit details
    Browse the repository at this point in the history
  6. fix mistune version

    blink1073 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    4f65730 View commit details
    Browse the repository at this point in the history