fix: markdown view \n do not work
This commit is contained in:
@@ -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 * {
|
||||
|
||||
Reference in New Issue
Block a user