Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trentm/python-markdown2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: VNOI-Admin/python-markdown2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1 file changed
  • 3 contributors

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    62e4e24 View commit details
    Browse the repository at this point in the history
  2. Add latex extra option

    leduythuccs committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    c04e554 View commit details
    Browse the repository at this point in the history
  3. Make strike work

    leduythuccs committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    c58ab5a View commit details
    Browse the repository at this point in the history
  4. Don't escape special character in latex block

    The old behavior is:
    - If there is a special character after `\`, then the `\` will be removed (for example `\_` will become `_`).
    
    But that can cause some error if using latex (for example, we don't want `~\_~` to become `~_~`)
    
    This commit fixed that issue.
    leduythuccs committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    41167e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    114e323 View commit details
    Browse the repository at this point in the history
  6. Prevent stackover flow because of _do_block_quotes

    User can spam a very long string `>! >! ...`, which causes stack overflow because of recursion
    so we set a limit recursion deep limit for do_block_quotes
    leduythuccs committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    a5673ca View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. Merge tag 'tags/2.4.13'

    version 2.4.13
    magnified103 committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    bee39a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Merge pull request #1 from magnified103/master

    Merge tag/2.4.13 from upstream
    leduythuccs authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    60ef541 View commit details
    Browse the repository at this point in the history
Loading