Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix block markup check bug #1301

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

windymilla
Copy link
Collaborator

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.

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.
@windymilla windymilla requested a review from srjfoo June 6, 2024 19:36
@windymilla windymilla merged commit ca5470f into DistributedProofreaders:master Jun 8, 2024
1 check passed
@windymilla windymilla deleted the block-markup branch June 8, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unmatched Block Markup Check misses a certain kind of error
2 participants