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) => {
 | 
			
		||||
                if matches!(block, block::Block::Leaf(l)) {
 | 
			
		||||
                    self.parser = Some(inline::Parser::new());
 | 
			
		||||
                    self.inline_start = ev.span.start();
 | 
			
		||||
                }
 | 
			
		||||
                Event::Start(Container::from_block(self.src, block), Attributes::none())
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue