packages: add prism and markdown-it-anchor

This commit is contained in:
Oscar
2019-11-17 22:26:11 +01:00
parent b615a4c11e
commit ca10894ce7
2 changed files with 68 additions and 1 deletions

View File

@@ -24,6 +24,9 @@
},
"homepage": "https://github.com/tatianamac/selfdefined#readme",
"dependencies": {
"@11ty/eleventy": "^0.9.0"
"@11ty/eleventy": "^0.9.0",
"markdown-it-anchor": "^5.2.5",
"markdown-it-prism": "^2.0.3",
"prism-themes": "^1.3.0"
}
}