Merge pull request #826 from deringer/dev

Fix user mention bug when parsing markdown documents
This commit is contained in:
无闻 2015-02-06 19:03:35 -05:00
commit ddddad9792
2 changed files with 5 additions and 2 deletions

View file

@ -448,6 +448,9 @@ img.avatar-100 {
margin: 15px 0;
border-bottom: 2px solid #EEE;
}
.markdown p {
margin: 20px 0;
}
.markdown blockquote:last-child,
.markdown ul:last-child,
.markdown ol:last-child,