Extract content parser state to its own module
This commit is contained in:
parent
3571e8d355
commit
de5b3dd377
8 changed files with 112 additions and 99 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::syntax::content::parser::{
|
||||
State,
|
||||
state::State,
|
||||
token::{Token, paragraph::Paragraph, preformat::PreFormat},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue