Fix markdown preview #1528

Merged
btzr-io merged 5 commits from md-fix into master 2018-06-01 19:49:01 +02:00
Showing only changes of commit 6443598d17 - Show all commits

View file

@ -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;