Fixes https://pagure.io/pagure/issue/2198
:thumbsup:
I think it should use a non-greedy match. Test case ~~foo~~ and ~~bar~~ should have two <del> tags IMO. Currently it produces <del>foo~~ and ~~bar</del>.
~~foo~~ and ~~bar~~
<del>
<del>foo~~ and ~~bar</del>
Fair
1 new commit added
@lsedlar what do you think of this PR now?
@pingou Sorry about the long delay, the current patch looks good to me.
Thanks for the review :)
rebased
Pull-Request has been merged by pingou
Fixes https://pagure.io/pagure/issue/2198