From 5e1c9fd266ad8143f9d8dd073eecb2e235325bfd Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Wed, 4 Aug 2021 20:08:16 +0200 Subject: [PATCH] Added markdown support. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f91be65..dc63d72 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ The project depends on the following packages (installed when you ran `npm i`): * express (a web server framework) * nunjucks (a templating engine) * nunjucks-append (an extension that adds more functionality to nunjucks) +* nunjucks-markdown (markdown support in nunjucks) +* marked (markdown parser/compiler) * chokidar (reload templates if they change on disk) * fs (used for filesystem operations)