feat: add remark-breaks package for improved markdown line break handling

This commit is contained in:
Abhimanyu Saharan
2026-02-06 20:28:52 +05:30
parent e7dc2d0f8b
commit bc6345978d
2 changed files with 33 additions and 2 deletions

View File

@@ -24,8 +24,9 @@
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"recharts": "^3.7.0"
"recharts": "^3.7.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20",