diff --git a/mdbook-spec/src/lib.rs b/mdbook-spec/src/lib.rs index 9eac0e4ed..7b06704f4 100644 --- a/mdbook-spec/src/lib.rs +++ b/mdbook-spec/src/lib.rs @@ -24,6 +24,10 @@ static ADMONITION_RE: Lazy = Lazy::new(|| { Regex::new(r"(?m)^ *> \[!(?[^]]+)\]\n(?
(?: *>.*\n)+)").unwrap() }); +/// A primitive regex to find link reference definitions. +static MD_LINK_REFERENCE_DEFINITION: Lazy = + Lazy::new(|| Regex::new(r"(?m)^\[(?