Piet Schijven
Piet Schijven
This pull request fixes a small issue in the `toggleLinks` method. Suppose I have selected the text `uri` and then press `Cmd+K` to create a link. Then the text `[uri](https://)`...
This pull requests solves the problems with catastrophic backtracking that are described in issue #78. Although the regular expression is now somewhat more restrictive, I think it will cover the...
The regular expression `NUMBERED_REFERENCE_REGEX` in `numbers.rb` is prone to catastrophic backtracking. This can happen if the text contains large numbers following the decimal point. For example, the following text will...