Commit 7a7bcd17 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Respect blockquote line breaks in markdown

parent 606ed6d1
......@@ -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