feat: add remark-directive and callout directive transformer

This commit is contained in:
kbot
2026-06-03 21:46:08 -05:00
parent 72443140f9
commit c617ee4438
3 changed files with 52 additions and 2 deletions

View File

@@ -20,12 +20,13 @@
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"remark-frontmatter": "^5.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-smartypants": "^3.0.2"