Browse Source

minor fix markdown post process

Unknwon 9 năm trước cách đây
mục cha
commit
ba92f4687e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      modules/base/markdown.go

+ 1 - 0
modules/base/markdown.go

@@ -300,6 +300,7 @@ OUTER_LOOP:
 
 		case html.EndTagToken:
 			if len(startTags) == 0 {
+				buf.WriteString(token.String())
 				break
 			}