Thanks to visit codestin.com
Credit goes to github.com

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: 47adf92
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc8a5d0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 26, 2025

  1. chore(deps-dev): Bump eslint from 9.33.0 to 9.34.0 (#3751)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.33.0 to 9.34.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.33.0...v9.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.34.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f1648f1 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump esbuild from 0.25.8 to 0.25.9 (#3750)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.8 to 0.25.9.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.25.8...v0.25.9)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-version: 0.25.9
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    0ccf476 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. fix: allow escaped newline in link text (#3752)

    * fix: allow ecaped newline in link text
    
    * use [\s\S]
    UziTech authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    30c6630 View commit details
    Browse the repository at this point in the history
  2. chore(release): 16.2.1 [skip ci]

    ## [16.2.1](v16.2.0...v16.2.1) (2025-08-27)
    
    ### Bug Fixes
    
    * allow escaped newline in link text ([#3752](#3752)) ([30c6630](30c6630))
    semantic-release-bot committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    fc8a5d0 View commit details
    Browse the repository at this point in the history
Loading