fix: markdown view \n do not work

This commit is contained in:
jialin
2025-08-13 19:50:54 +08:00
parent 0af8e34a8f
commit 2ca712435a
7 changed files with 37 additions and 13 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
.markdown-viewer {
word-break: break-word;
white-space: pre-line;
line-height: 2;
font-size: var(--font-size-base);
.hr {
@@ -61,13 +61,11 @@
ul {
margin-bottom: 0;
padding-left: 20px;
line-height: 2;
}
ol {
margin-bottom: 0;
padding-left: 20px;
line-height: 2;
}
a * {