forked from kevadesu/forgejo
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.
This commit is contained in:
parent
7162095635
commit
341da3cea7
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ Gogs - Go Git Service [
|
||||
|
||||
##### Current version: 0.8.38
|
||||
##### Current version: 0.8.39
|
||||
|
||||
| Web | UI | Preview |
|
||||
|:-------------:|:-------:|:-------:|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue