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: FormidableLabs/prism-react-renderer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: FormidableLabs/prism-react-renderer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on May 16, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    IvanGoncharov Ivan Goncharov
    Copy the full SHA
    bfe86f3 View commit details
  2. Merge pull request #153 from FormidableLabs/jp-markup-templating

    add markup-templating to includedLangs
    jpdriver authored May 16, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    656530c View commit details
  3. v1.3.3

    jpdriver committed May 16, 2022
    Copy the full SHA
    b30cd37 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 package.json
  2. +1 −0 src/vendor/prism/includeLangs.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-react-renderer",
"version": "1.3.2",
"version": "1.3.3",
"description": "Renders highlighted Prism output using React",
"sideEffects": false,
"main": "dist/index.cjs.js",
1 change: 1 addition & 0 deletions src/vendor/prism/includeLangs.js
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ module.exports = {
git: true,
go: true,
graphql: true,
"markup-templating": true,
handlebars: true,
json: true,
less: true,