feat: Implement markdown rendering for blog posts with custom styling and syntax highlighting using react-markdown.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-11 00:11:32 +07:00
parent 2144847feb
commit a5a526808b
3 changed files with 1063 additions and 27 deletions

View File

@@ -38,7 +38,10 @@
"react-dom": "19.2.4",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"