Adds markdown-it-anchor plugin

This commit is contained in:
Zach Leatherman
2018-06-18 09:00:00 -05:00
parent 5115c4409c
commit 4185f33c15
6 changed files with 45 additions and 1 deletions

View File

@ -25,6 +25,8 @@
"@11ty/eleventy": "^0.3.6",
"@11ty/eleventy-plugin-rss": "^1.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.5",
"luxon": "^1.0.0"
"luxon": "^1.0.0",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^4.0.0"
}
}