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.pull/2306/head
parent
ee52a86110
commit
3088cf4f1d
Loading…
Reference in New Issue