Added markdown support.

master
BurnyLlama 2021-08-04 20:08:16 +02:00
parent d831242767
commit 5e1c9fd266
1 changed files with 2 additions and 0 deletions

View File

@ -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)