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:
Maurice
2026-04-13 20:24:13 +02:00
parent 1f68ba1ea1
commit 149aa4c5e2
3 changed files with 34 additions and 2 deletions
+1
View File
@@ -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"