mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
minor fix markdown post process
This commit is contained in:
parent
968edb3e44
commit
ba92f4687e
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ OUTER_LOOP:
|
|||
|
||||
case html.EndTagToken:
|
||||
if len(startTags) == 0 {
|
||||
buf.WriteString(token.String())
|
||||
break
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue