Convert HTML entities, codes and tag (#3191)

related to PR [#3092](https://github.com/MichMich/MagicMirror/pull/3092)

maybe best way is using `html-to-text` library

sample: `&quotHello World&quot` will be transformed to `"Hello World"`
This commit is contained in:
Bugsounet - Cédric
2023-09-13 22:47:07 +02:00
committed by GitHub
parent 7a1591b2d6
commit 91fd931a58
4 changed files with 141 additions and 48 deletions

View File

@@ -80,6 +80,7 @@
"express-ipfilter": "^1.3.1",
"feedme": "^2.0.2",
"helmet": "^7.0.0",
"html-to-text": "^9.0.5",
"iconv-lite": "^0.6.3",
"luxon": "^1.28.1",
"module-alias": "^2.2.3",