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: valeriangalliat/markdown-it-highlightjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: valeriangalliat/markdown-it-highlightjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 20 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    c5ce3c4 View commit details
    Browse the repository at this point in the history
  2. Add option to readma

    wetmore authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    d25b3a7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    wetmore authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    56243d8 View commit details
    Browse the repository at this point in the history
  4. More docs

    wetmore authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    730b571 View commit details
    Browse the repository at this point in the history
  5. Fix regex by escaping .

    wetmore committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    5bc782a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98faa69 View commit details
    Browse the repository at this point in the history
  7. add missing :

    wetmore authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    dc38f21 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10 from wetmore/inline-pr

    Add option to allow inline code highlighting
    valeriangalliat authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f3ebc06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c97b53c View commit details
    Browse the repository at this point in the history
  10. Update changelog

    valeriangalliat committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2f7c1d9 View commit details
    Browse the repository at this point in the history
  11. 3.2.0

    valeriangalliat committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    967f7ae View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Bump highlight.js from 9.18.1 to 10.1.1

    Bumps highlight.js from 9.18.1 to 10.1.1
    
    After review of [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md) and [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_BREAKING_CHANGES.md), found no incompatibility with markdown-it-highlightjs.
    
    Although one of the tests add to be adjusted since v10 no longer outputs surrounding `<span class='php'>...</span>`
    vfcp committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    437acd2 View commit details
    Browse the repository at this point in the history
  2. Use langPrefix from Markdown-it options instead of hardcoded value 'l…

    …anguage-'
    
    Markdown-it has an option called `langPrefix` for the same propose which defaults to `language-`.
    
    Default `language-` prefix value follows W3C recommendation.
    
    Highlight.js default behavior adds language to class list without any prefix (same as setting `langPrefix = ''` in md options).
    vfcp committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    5b77dca View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Merge pull request #11 from vfcp/master

    Bump highlight.js from 9.18.1 to 10.1.1
    valeriangalliat authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    1c44695 View commit details
    Browse the repository at this point in the history
  2. Bump highlight.js

    valeriangalliat committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    d06fce1 View commit details
    Browse the repository at this point in the history
  3. 3.3.0

    valeriangalliat committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    f10f960 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    4f7b1c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from ooooooo-q/fix/escape

    fix: escape invalid lang characters (XSS)
    valeriangalliat authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    1f2429c View commit details
    Browse the repository at this point in the history
  3. Escape language class

    valeriangalliat committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    3985c7d View commit details
    Browse the repository at this point in the history
  4. 3.3.1

    valeriangalliat committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    28815d0 View commit details
    Browse the repository at this point in the history
Loading