mirror of
https://github.com/gogs/gogs.git
synced 2025-05-30 11:13:27 +00:00
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.