1
0
mirror of synced 2025-12-22 03:16:52 -05:00

md030 fix - remove multiple spaces after list markers (#37989)

This commit is contained in:
Grace Park
2023-06-26 10:57:33 -07:00
committed by GitHub
parent 9c0f0085f4
commit 6d7b7ce07a
51 changed files with 102 additions and 101 deletions

View File

@@ -40,11 +40,11 @@ the set of included files.
The `--include`, `--exclude`, and `--prune` options all take glob
patterns, which can use the following wildcard characters:
- A single "?" matches any character other than a forward/backward
- A single "?" matches any character other than a forward/backward
slash;
- A single "\*" matches any number of characters other than a
- A single "\*" matches any number of characters other than a
forward/backward slash;
- The pattern "\*\*" matches zero or more complete directory
- The pattern "\*\*" matches zero or more complete directory
components.
## Primary options