fixup! wip inlin passing
This commit is contained in:
parent
61dfa91db3
commit
80911deb76
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ impl<'s> Iterator for Parser<'s> {
|
||||||
tree::EventKind::Enter(block) => {
|
tree::EventKind::Enter(block) => {
|
||||||
if matches!(block, block::Block::Leaf(l)) {
|
if matches!(block, block::Block::Leaf(l)) {
|
||||||
self.parser = Some(inline::Parser::new());
|
self.parser = Some(inline::Parser::new());
|
||||||
|
self.inline_start = ev.span.start();
|
||||||
}
|
}
|
||||||
Event::Start(Container::from_block(self.src, block), Attributes::none())
|
Event::Start(Container::from_block(self.src, block), Attributes::none())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue