mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
10 lines
175 B
YAML
10 lines
175 B
YAML
extends: existence
|
|
message: "Remove double parentheses from the link '%s'."
|
|
level: error
|
|
nonword: true
|
|
scope: raw
|
|
tokens:
|
|
- '\]\({2,}[^)]*?\){1,}'
|
|
- '\]\([^]]*?\){2,}'
|
|
|