Commit 445cd22c authored by Phil Hughes's avatar Phil Hughes

Merge branch '33770-respect-blockquote-line-breaks' into 'master'

Respect blockquote line breaks in markdown

Closes #33770

See merge request !12977
parents ad56ae0d 7a7bcd17
......@@ -116,9 +116,12 @@
blockquote p {
color: $gl-grayish-blue !important;
margin: 0;
font-size: inherit;
line-height: 1.5;
&:last-child {
margin: 0;
}
}
p {
......
---
title: Respect blockquote line breaks in markdown
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment