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: markedjs/marked
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.4.2
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.0.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 7, 2025

  1. fix: only create tokens inside tokenizers (#3755)

    BREAKING CHANGE:
    - Change how consecutive text tokens work in lists
    - Simplify listItem renderer
    - Checkbox token is added in list tokenizer
    - Checkbox token add type and raw property
    - Change loose list text tokens to paragraph type in the list tokenizer
    UziTech authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    7b19231 View commit details
    Browse the repository at this point in the history
  2. chore(release): 17.0.0 [skip ci]

    # [17.0.0](v16.4.2...v17.0.0) (2025-11-07)
    
    ### Bug Fixes
    
    * only create tokens inside tokenizers ([#3755](#3755)) ([7b19231](7b19231))
    
    ### BREAKING CHANGES
    
    * - Change how consecutive text tokens work in lists
    - Simplify listItem renderer
    - Checkbox token is added in list tokenizer
    - Checkbox token add type and raw property
    - Change loose list text tokens to paragraph type in the list tokenizer
    semantic-release-bot committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    9657f0b View commit details
    Browse the repository at this point in the history
Loading