Closed windymilla closed 4 months ago
If the regex to match the markup being checked is anchored at the start of a line (^...etc), then also anchor the regex that finds the match.
^...etc
Fixes #1293
Not attempting to fix other bugs that no-one has found, but are improved in GG2.
If the regex to match the markup being checked is anchored at the start of a line (
^...etc
), then also anchor the regex that finds the match.Fixes #1293
Not attempting to fix other bugs that no-one has found, but are improved in GG2.