Extract block and inline content parsing to their own modules
This commit is contained in:
parent
a997f538c3
commit
b54def15e0
5 changed files with 148 additions and 83 deletions
|
|
@ -4,6 +4,8 @@ use crate::syntax::content::parser::{
|
|||
};
|
||||
|
||||
pub mod anchor;
|
||||
pub mod block;
|
||||
pub mod inline;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue