diff options
| author | kamtschatka <simon.schatka@gmx.at> | 2024-10-19 15:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 14:15:59 +0100 |
| commit | 6977ba76e1454c8fbf8740b8eab2ea49651375ed (patch) | |
| tree | b50b07d7dbd637a600071699e165453cedd3dfcd /apps/web/package.json | |
| parent | 4454d635fa4936f5d6d28718bb3c35eb1fd06261 (diff) | |
| download | karakeep-6977ba76e1454c8fbf8740b8eab2ea49651375ed.tar.zst | |
fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549 (#551)
added remarkBreaks plugin to properly handle single newlines
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 0d967e8d..e6691563 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -66,6 +66,7 @@ "react-masonry-css": "^1.0.16", "react-select": "^5.8.0", "react-syntax-highlighter": "^15.5.0", + "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.0", "sharp": "^0.33.3", "superjson": "^2.2.1", |
