forked from kevadesu/forgejo
Merge pull request #826 from deringer/dev
Fix user mention bug when parsing markdown documents
This commit is contained in:
commit
ddddad9792
2 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue