mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 10:00:59 -05:00
c7a34fcbe2
Needed a `(?s)` to match multiple enclosed newlines. And added a non-greedy modifier and matching test to prevent double blocks from causing intermediate lines to be ignored: ```shell # spellchecker:off should be ignored # spellchecker:on should not be ignored # without non-greedy, this is also ignored # spellchecker:off should be ignored # spellchecker:on ``` |
||
---|---|---|
.. | ||
comparison.md | ||
design.md | ||
github-action.md | ||
pre-commit.md | ||
reference.md | ||
screenshot.png |