mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 06:11:45 +00:00
fix(collab): preserve line breaks in notes display (#608)
Add remark-breaks plugin so single newlines in note content render as <br> instead of being collapsed by Markdown. Applies to both the card preview and the expanded view.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-router-dom": "^6.22.2",
|
||||
"react-window": "^2.2.7",
|
||||
"remark-breaks": "^4.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"topojson-client": "^3.1.0",
|
||||
"zustand": "^4.5.2"
|
||||
|
||||
Reference in New Issue
Block a user