DistributedProofreaders / guiguts

Perl/Tk text editor designed for editing and formatting public domain material for inclusion at Project Gutenberg
GNU General Public License v2.0
9 stars 10 forks source link

Fix block markup check bug #1301

Closed windymilla closed 4 months ago

windymilla commented 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.

Fixes #1293

Not attempting to fix other bugs that no-one has found, but are improved in GG2.