feat: add remark-smartypants for typographic improvements

This commit is contained in:
2026-06-01 21:28:25 -05:00
parent 34525ffd83
commit 0d44f5be6e
3 changed files with 41 additions and 3 deletions

View File

@@ -18,11 +18,14 @@
"next-mdx-remote": "^6.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"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-gfm": "^4.0.1",
"remark-math": "^6.0.0"
"remark-math": "^6.0.0",
"remark-smartypants": "^3.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",