improve markdown rendering (#213)

* feat: add support for GFM and highlight in markdown rendering

* feat: enhance markdown rendering by splitting YAML frontmatter and body

* feat: improve markdown styling for light and dark themes

* feat: enhance frontmatter parsing and display in SkillDetail component
This commit is contained in:
SHUBHAM PATEL
2026-03-07 14:38:21 +05:30
committed by GitHub
parent 61ec71c5c7
commit 1b167e4ca1
4 changed files with 634 additions and 7 deletions

View File

@@ -26,6 +26,8 @@
"react-router-dom": "^7.13.0",
"react-virtuoso": "^4.18.3",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {