From 98b94643127d881cbc09a12812185aed44173f16 Mon Sep 17 00:00:00 2001 From: Kimsible <1877318+kimsible@users.noreply.github.com> Date: Sat, 7 Nov 2020 22:59:58 +0100 Subject: render html/markdown for new comment notification email (#3255) Co-authored-by: kimsible Co-authored-by: Rigel Kent --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 4a571909d..b08e5fe6c 100644 --- a/package.json +++ b/package.json @@ -118,6 +118,7 @@ "lodash": "^4.17.10", "lru-cache": "^6.0.0", "magnet-uri": "^5.1.4", + "markdown-it": "11.x", "memoizee": "^0.4.14", "morgan": "^1.5.3", "multer": "^1.1.0", @@ -133,6 +134,7 @@ "redis": "^3.0.2", "reflect-metadata": "^0.1.12", "request": "^2.81.0", + "sanitize-html": "2.x", "scripty": "^2.0.0", "sequelize": "5.21.13", "sequelize-typescript": "^1.0.0-beta.4", -- cgit v1.2.3