fix new lines on markdown preview
This commit is contained in:
parent
69c030344f
commit
6443598d17
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
margin: 0;
|
||||
|
||||
/* Headings: title */
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
@ -39,6 +38,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.markdown-preview p {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.markdown-preview table {
|
||||
padding: 8px;
|
||||
margin: 16px 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue