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
base: v4.0.13
Choose a base ref
...
head repository: markedjs/marked
compare: v4.0.14
Choose a head ref
  • 3 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 11, 2022

  1. fix: only convert leading tabs to spaces (#1559) (#2434)

    * fix: non leading-tabs in markdown content (#1559)
    
    Only replaces tabs at the beginning of a block construct. Tabs in the
    middle of the item are unaffected.
    
    All tests passing. Tabs in both GFM and CommonMark at 100%
    
    fixes #1559
    
    * update new/html_comments.html to preserve tab
    
    * combine redundant if condition
    
    * add test for tab immediately after blockquote character
    rossipedia committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    7d19665 View commit details
    Browse the repository at this point in the history
  2. 🗜️ build [skip ci]

    MarkedJS bot committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    268dff2 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.14 [skip ci]

    ## [4.0.14](v4.0.13...v4.0.14) (2022-04-11)
    
    ### Bug Fixes
    
    * only convert leading tabs to spaces ([#1559](#1559)) ([#2434](#2434)) ([7d19665](7d19665))
    semantic-release-bot committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    7a6dc09 View commit details
    Browse the repository at this point in the history