diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-13 19:06:55 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-13 19:06:55 +0100 |
| commit | 42662ae3db2a2f2366942ab7d68f9441e03b29bb (patch) | |
| tree | cbeea04301500f180fc1c6973e3d7222469e5f45 /package.json | |
| parent | c4afcab46587ace0a9f3b22592f6d17c62ff9e0e (diff) | |
Add full content render for rss feed
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index df7f25c..4f25b06 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "rehype-external-links": "^3.0.0", "rehype-unwrap-images": "^1.0.0", "remark-directive": "^4.0.0", + "sanitize-html": "^2.17.0", "satori": "0.15.2", "satori-html": "^0.3.2", "sharp": "^0.34.2", @@ -54,6 +55,7 @@ "@tailwindcss/typography": "^0.5.16", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", + "@types/sanitize-html": "^2.16.0", "@types/turndown": "^5.0.5", "autoprefixer": "^10.4.21", "husky": "^9.1.7", |
