feat: supports the display of line breaks in Markdown

This commit is contained in:
RugerMc
2023-03-29 17:19:30 +08:00
parent a6e5921e70
commit 4e9de55b45
6 changed files with 8 additions and 5 deletions

View File

@@ -1117,3 +1117,6 @@
.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%);
}
.markdown-body .line-break {
white-space: pre-wrap;
}