remove extra spacing in markdown quotes: fix #3522
This commit is contained in:
parent
2a308ef765
commit
673a35b103
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@
|
|||
table {
|
||||
margin-top: var(--spacing-medium);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
white-space: normal;
|
||||
|
||||
p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Tables
|
||||
table {
|
||||
|
|
Loading…
Reference in a new issue