macro_rules! parser_ignores_pre {
($body:ident, $input:ident) => { ... };
($body:ident, $input:ident, $id:literal, ..) => { ... };
}
Expand description
Helper macro to quickly allow parsers to ignore fenced code blocks.
macro_rules! parser_ignores_pre {
($body:ident, $input:ident) => { ... };
($body:ident, $input:ident, $id:literal, ..) => { ... };
}
Helper macro to quickly allow parsers to ignore fenced code blocks.