mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
minor fix markdown post process
This commit is contained in:
parent
968edb3e44
commit
ba92f4687e
@ -300,6 +300,7 @@ OUTER_LOOP:
|
|||||||
|
|
||||||
case html.EndTagToken:
|
case html.EndTagToken:
|
||||||
if len(startTags) == 0 {
|
if len(startTags) == 0 {
|
||||||
|
buf.WriteString(token.String())
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user