fix: replace gatsby-remark-auto-headers

This commit is contained in:
Jean-Philippe Sirois
2020-05-22 00:57:06 -04:00
parent 92c3fe086f
commit 82ac9f0bae
6 changed files with 262 additions and 1 deletions
@@ -0,0 +1,14 @@
{
"name": "gatsby-remark-auto-headers-improved",
"version": "0.1.0",
"description": "Gatsby remark plugin to add headers to markdown, improved from gatsby-remark-auto-headers",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Jean-Philippe Sirois <[email protected]>",
"license": "MIT",
"dependencies": {
"github-slugger": "^1.3.0",
"unist-util-visit": "^2.0.2"
}
}