md2star.preprocessing.regexes module
Shared compiled regexes used across the preprocessing pipeline.
The members of this module are intentionally public (no leading underscore)
because they are imported by several sibling modules. Centralising them here
removes the cross-module private-symbol smell where, for example,
pipeline.py reached into images.py for _PIPE_TABLE_ROW_RE.