1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 21:32:16 +02:00
gitea/modules/base
Unknwon 341da3cea7 Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
2016-02-19 17:39:50 -05:00
..
base.go
markdown.go Fix inappropriate markdown post process end tag check 2016-02-19 17:39:50 -05:00
tool.go