gogs icon indicating copy to clipboard operation
gogs copied to clipboard

Fix issue 5284 by making sure every opening tag gets closed in markdown

Open idonov8 opened this issue 4 years ago • 4 comments

Fixes #5284

Turns out this is a really simple fix 😁

idonov8 avatar Sep 26 '21 14:09 idonov8

I was wrong. Working on it.

idonov8 avatar Sep 26 '21 19:09 idonov8

Close and re-opening the PR to trigger GitHub checks to run.

unknwon avatar Dec 13 '21 08:12 unknwon

Codecov Report

Merging #6622 (154681c) into main (fa3d011) will decrease coverage by 0.01%. The diff coverage is 0.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     

codecov[bot] avatar Dec 13 '21 08:12 codecov[bot]

Thanks for the PR! Could you add some test cases to verify the case meant to be fixed will continue working?

unknwon avatar Dec 13 '21 09:12 unknwon