Skip to content

Commit

Permalink
feat: Implement server and client Markdown components with enhanced r…
Browse files Browse the repository at this point in the history
…endering capabilities
  • Loading branch information
Hayao0819 committed Jan 30, 2025
1 parent 1316821 commit 738cd86
Show file tree
Hide file tree
Showing 16 changed files with 656 additions and 67 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const nextConfig = {
experimental: {
reactCompiler: true,
},

reactStrictMode: true,
};

if (shouldDeployToGithubPages) {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"@hayao/next-view-transitions": "0.3.4",
"@myriaddreamin/rehype-typst": "^0.5.4",
"@rehype-pretty/transformers": "^0.13.2",
"clsx": "^2.1.1",
"framer-motion": "11.15.0",
Expand All @@ -41,12 +42,14 @@
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sass": "^1.83.1",
"shiki": "^1.26.1",
"strip-markdown": "^6.0.0",
"tailwind-children": "^0.5.0",
"tocbot": "^4.32.2",
"typescript": "5.7.2",
"unified": "^11.0.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 738cd86

Please sign in to comment.