This release patches a bug in which ((.*))
would be matched following a headline or list item with inline code in the anchor links plugin. Now, the minimum requirement is ((#.*))
Patches
- Increase requirements for minimum viable regex to be met: #13
- Add extra note and tests for previous pr: 1550066