Browse Source

minor fix markdown post process

tags/v1.21.12.1
Unknwon 10 years ago
parent
commit
ba92f4687e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/base/markdown.go

+ 1
- 0
modules/base/markdown.go View File

@@ -300,6 +300,7 @@ OUTER_LOOP:

case html.EndTagToken:
if len(startTags) == 0 {
buf.WriteString(token.String())
break
}



Loading…
Cancel
Save