mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 15:45:13 +00:00
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: `"Hello World"` will be transformed to `"Hello World"`
This commit is contained in:
committed by
GitHub
parent
7a1591b2d6
commit
91fd931a58
@@ -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",
|
||||
|
Reference in New Issue
Block a user