feat: Add code block highlighting Theme is configurable
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M package.json → package.json
@@ -48,6 +48,8 @@ "dependencies": { "case": "^1.5.2", "configly": "^4.1.0", "gray-matter": "^2.1.1", + "highland": "^2.11.0", + "highlight.js": "^9.12.0", "hyperfast": "^2.1.0", "indent-string": "^3.1.0", "koa": "^2.2.0",@@ -55,6 +57,7 @@ "koa-helmet": "^3.2.0", "koa-router": "^7.2.1", "koa-send": "^4.1.0", "markdown-it": "^8.3.1", + "predentation": "alanpearce/predentation#fix-code-class", "toml": "^2.3.2" } }