diff options
| author | matthew <matt.kosarek@canonical.com> | 2026-03-24 16:23:58 -0400 |
|---|---|---|
| committer | matthew <matt.kosarek@canonical.com> | 2026-03-24 16:23:58 -0400 |
| commit | 5df5ae2fc3f3bcbd53a9e34ba6b8ddaf4b00036a (patch) | |
| tree | 3346cc0490a993d5b993740bb5e1884b399be350 /package.json | |
| parent | ada238192cb091645ad3ac1850cb0be2bb2d62b7 (diff) | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index e267776..39daf0d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "@astrojs/rss": "^4.0.17", "@astrojs/sitemap": "^3.7.1", "astro": "^5", - "marked": "^17.0.4" + "marked": "^17.0.4", + "rehype-autolink-headings": "^7.1.0", + "rehype-slug": "^6.0.0" } } |
