typos/docs
Noah Pendleton c7a34fcbe2 docs(ref): Add dotall specifier to block ignore
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
```
2024-06-04 15:56:21 -04:00
..
comparison.md docs: Update comparison table 2023-06-22 15:09:53 -05:00
design.md docs(design): Note that we want non-transient, machine-independent config 2023-03-13 15:08:12 -05:00
github-action.md chore(docs): Bump actions/checkout to v4 in the GitHub Actions example 2024-01-01 20:32:28 +09:00
pre-commit.md chore: Release 2024-06-03 10:13:10 -05:00
reference.md docs(ref): Add dotall specifier to block ignore 2024-06-04 15:56:21 -04:00
screenshot.png docs: Remove dead space 2021-05-19 19:49:51 -05:00