Macro parser_ignores_pre

Source
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.