Skip to content
Snippets Groups Projects
Commit 445cd22c authored by Phil Hughes's avatar Phil Hughes
Browse files

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

Respect blockquote line breaks in markdown

Closes #33770

See merge request !12977
parents ad56ae0d 7a7bcd17
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
---
title: Respect blockquote line breaks in markdown
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment