You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CppCoreGuidelines/scripts
Jonathan Wakely 3088cf4f1d
Fix invalid regex in scripts/python/md-split.py (#2303)
The `[` character doesn't need to be escaped.

The `]` character needs to be escaped as `\\]` or as `\]` in a raw string.
2 months ago
..
hunspell Change all explicitly created <a name="..."> anchors to lowercase (#2304) 2 months ago
nodejs repair markdown checking 9 years ago
python Fix invalid regex in scripts/python/md-split.py (#2303) 2 months ago
Makefile Fix typos and change spellcheck call to not check URLs (#961) 9 years ago