fix: markdown viewer white-space: pre-line
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.markdown-viewer {
|
.markdown-viewer {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
white-space: pre-line;
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-base);
|
||||||
|
|
||||||
.hr {
|
.hr {
|
||||||
|
|||||||
Reference in New Issue
Block a user