mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-19 09:07:36 +08:00
The previous pattern [^\!]\[...\] required exactly one non-! character before the opening bracket, so a markdown link at the very start of anchors to start-of-string or a non-! character without consuming a required preceding character. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>