Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
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: mapbox/rehype-prism
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: mapbox/rehype-prism
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 20, 2020

  1. Bump lodash from 4.17.15 to 4.17.19 (#16)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dfafc88 View commit details

Commits on Nov 6, 2020

  1. Update Travis badge

    Katy DeCorah committed Nov 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f8b9a39 View commit details

Commits on Mar 1, 2021

  1. Update dependencies (#19)

    * Update dependencies
    
    * Update CHANGELOG.md
    Katy DeCorah authored Mar 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e0142e0 View commit details
  2. 0.6.0

    Katy DeCorah committed Mar 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fad71f6 View commit details
Showing with 1,360 additions and 1,105 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −2 README.md
  3. +1,346 −1,094 package-lock.json
  4. +9 −9 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

- Update dependencies.

## 0.5.0

- Update dependencies.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @mapbox/rehype-prism


[![Build Status](https://travis-ci.org/mapbox/rehype-prism.svg?branch=main)](https://travis-ci.org/mapbox/rehype-prism)
[![Build Status](https://travis-ci.com/mapbox/rehype-prism.svg?branch=main)](https://travis-ci.com/mapbox/rehype-prism)

[rehype](https://github.com/wooorm/rehype) plugin to highlight code blocks in HTML with [Prism] (via [refractor]).

Loading