Skip to content

Commit

Permalink
fix: Make markdown support line breaks infiniflow#2315
Browse files Browse the repository at this point in the history
  • Loading branch information
cike8899 committed Sep 10, 2024
1 parent 66c54e7 commit 8a15402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/highlight-markdown/index.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.text {
white-space: pre-wrap; // https://stackoverflow.com/questions/60332183/new-line-with-react-markdown
.chunkText;
}

0 comments on commit 8a15402

Please sign in to comment.