Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve custom sanitizer regex
- the previous implementation was a little too agressive on the words that had `on...`, for example this sentence `<a href="online.cgi?query=dynamicData">Link Text</a>` was being replaced to `<a href="dynamicData">Link Text</a>` but it shouldn't. The new PR adresses this and makes a little less agressive
- Loading branch information