feat(posts): render posts as markdown
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M package.json → package.json
@@ -29,9 +29,10 @@ "standard": "^10.0.2", "supertest": "^3.0.0" }, "dependencies": { + "gray-matter": "^2.1.1", "koa": "^2.2.0", "koa-nunjucks-next": "^1.1.3", "koa-router": "^7.2.1", - "gray-matter": "^2.1.1" + "markdown-it": "^8.3.1" } }