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