Closed vclayton closed 3 years ago
Thank you @vclayton and @jaimeiniesta 🙏
Awesome, when is this going to be deployed? I'm still seeing the issue on the site.
It should have auto-deployed but I manually triggered it 👍
Thanks, @doomspork !
Unfortunately, the issue is still present on the site. Either the site wasn't properly deployed, or this PR hasn't fixed it as we expected:
https://rocketvalidator.com/s/2b5cef9e-41bd-48f4-bdb5-339c8cf6275b/i?search=Stray+end+tag
Ah, I see what happened here, this PR merged the changes by @vclayton into my branch, not into master.
Here's a new PR to merge it into master:
Because the regex was using lookahead the closing tag was not being included in the regex match and therefore not being replaced.
Also fixed the test case which was still expecting two closing h4 tags.