diff options
| author | ache <ache@ache.one> | 2026-06-04 04:36:32 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-06-04 04:36:32 +0200 |
| commit | 85da05b4c2dab1d4686d8fa92a439bddf5d7f18d (patch) | |
| tree | 3854dd56730ee7812a06cc38ef15096a129e4922 | |
| parent | Fix aria related stuffs (diff) | |
Update rehype-picture
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index bac875e..d2d95f7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^5.0.2", "rehype-katex": "^6.0.2", - "rehype-picture": "^4.0.2", + "rehype-picture": "^5.0.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3", @@ -64,6 +64,7 @@ "remark-math": "^5.1.1", "remark-rehype": "^10.1.0", "remark-slug": "^7.0.1", + "remark-sub-super": "^1.0.21", "remark-toc": "^8.0.1", "rss": "^1.2.2", "sitemap": "^7.1.1", |