gatsby-remark-color-highlight
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11996
3
57
5
- Removedmdast-util-to-string@^1.0.7
- Removedmdast-util-to-string@1.1.0(transitive)