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: markdown-it/markdown-it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.1.0
Choose a base ref
...
head repository: markdown-it/markdown-it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.2.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    e5986bb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    77fb937 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Parser: Set ordered list_item_open token info to input marker.

    For instance, in a list
    
        1. Item 1
        20. Item 2
    
    the first list_item_open token will have token.info === '1', and the
    second will have token.info === '20'.
    
    This is useful for later rendering plugins that might want to
    use the actual markers.
    kohler authored and Vitaly Puzrin committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    8bcc82a View commit details
    Browse the repository at this point in the history
  2. dist rebuild

    Vitaly Puzrin committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    08827d6 View commit details
    Browse the repository at this point in the history
  3. 12.2.0 released

    Vitaly Puzrin committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6e2de08 View commit details
    Browse the repository at this point in the history
Loading