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

Commits on Aug 23, 2021

  1. chore(docs): Use langPrefix in highlight.js example. (#2176)

    To properly integrate [highlight.js](https://github.com/highlightjs/highlight.js/) when using `marked.setOptions`, you need to leverage `langPrefix` to add an additional `hljs` class to the top-level `<code>` element which will be rendered.
    
    Closes #2171
    theengineear authored Aug 23, 2021
    1 Configuration menu
    Copy the full SHA
    e583f46 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. 1 Configuration menu
    Copy the full SHA
    21268ab View commit details
    Browse the repository at this point in the history
  2. 🗜️ build [skip ci]

    MarkedJS bot committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    c0fb2ae View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.0.2 [skip ci]

    ## [3.0.2](v3.0.1...v3.0.2) (2021-08-25)
    
    ### Bug Fixes
    
    * stop table at lines with only whitespace ([#2188](#2188)) ([21268ab](21268ab))
    semantic-release-bot committed Aug 25, 2021
    1 Configuration menu
    Copy the full SHA
    d1b7d52 View commit details
    Browse the repository at this point in the history
Loading