diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-13 20:21:16 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-13 20:21:16 +0100 |
| commit | f38a0cb8446201cd6c937d96da33b58b4427c78f (patch) | |
| tree | 20225ce0df0f95e094a01650a3f7477c5032cd2c /package.json | |
| parent | b6e440699e9fca474869bf74ce09f2310f05c620 (diff) | |
Add alt texts rendering
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index b1fdb22..8f7a4d2 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,11 @@ "medium-zoom": "^1.1.0", "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0", + "rehype-stringify": "^10.0.1", "rehype-unwrap-images": "^1.0.0", "remark-directive": "^4.0.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.2", "sanitize-html": "^2.17.0", "satori": "0.15.2", "satori-html": "^0.3.2", |
