diff options
Diffstat (limited to 'src/construct/heading_atx.rs')
-rw-r--r-- | src/construct/heading_atx.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/construct/heading_atx.rs b/src/construct/heading_atx.rs index ca100c8..05b7c86 100644 --- a/src/construct/heading_atx.rs +++ b/src/construct/heading_atx.rs @@ -280,5 +280,6 @@ pub fn resolve(tokenizer: &mut Tokenizer) -> Option<Subresult> { index += 1; } + tokenizer.map.consume(&mut tokenizer.events); None } |