1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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
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,