Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-remark-color-highlight

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-color-highlight - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "gatsby-remark-color-highlight",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby plugin to highlight colors in your markdown output. 🌈",

@@ -8,2 +8,3 @@ "main": "index.js",

"homepage": "https://maximzubarev.com/project/gatsby-remark-color-highlight",
"repository": "https://github.com/mxmzb/gatsby-remark-color-highlight",
"license": "MIT",

@@ -35,5 +36,4 @@ "private": false,

"jsdom": "^16.1.0",
"mdast-util-to-string": "^1.0.7",
"unist-util-visit": "^2.0.1"
}
}

@@ -1,5 +0,28 @@

# gatsby-remark-color-highlight
<p align="center">
<br />
<img src="https://raw.githubusercontent.com/mxmzb/gatsby-remark-color-highlight/master/media/logo-emoji.jpg" height="150" />
</p>
Adds color highlighting to hexcodes in your markdown content.
<h2 align="center">gatsby-remark-color-highlight</h2>
<h3 align="center">Adds color highlighting to hex codes in your markdown content.</h3>
<p align="center">
<a href="https://npmjs.org/package/gatsby-remark-color-highlight">
<img src="https://img.shields.io/npm/v/gatsby-remark-color-highlight" />
</a>
<a href="https://github.com/mxmzb/gatsby-remark-color-highlight/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/gatsby-remark-color-highlight" />
</a>
<a href="https://npmjs.org/package/gatsby-remark-color-highlight">
<img src="https://img.shields.io/bundlephobia/min/gatsby-remark-color-highlight" />
</a>
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" />
</p>
<br />
<img src="https://raw.githubusercontent.com/mxmzb/gatsby-remark-color-highlight/master/media/example.png" />
Alongside this plugin I've written a [tutorial on creating Gatsby.js plugins](https://maximzubarev.com/how-to-create-a-gatsby-js-transformer-plugin).
This is a sub-plugin for `gatsby-transformer-remark`. As demoed below, add this plugin to the options of `gatsby-transformer-remark`.

@@ -6,0 +29,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc