gogs
gogs copied to clipboard
Fix issue 5284 by making sure every opening tag gets closed in markdown
Fixes #5284
Turns out this is a really simple fix 😁
I was wrong. Working on it.
Close and re-opening the PR to trigger GitHub checks to run.
Codecov Report
Merging #6622 (154681c) into main (fa3d011) will decrease coverage by
0.01%. The diff coverage is0.00%.
@@ Coverage Diff @@
## main #6622 +/- ##
========================================
- Coverage 8.84% 8.83% -0.02%
========================================
Files 96 96
Lines 13194 13192 -2
========================================
- Hits 1167 1165 -2
+ Misses 11866 11865 -1
- Partials 161 162 +1
Thanks for the PR! Could you add some test cases to verify the case meant to be fixed will continue working?