Extract block and inline content parsing to their own modules

This commit is contained in:
Juno Takano 2026-01-05 13:38:34 -03:00
commit b54def15e0
5 changed files with 148 additions and 83 deletions

View file

@ -4,6 +4,8 @@ use crate::syntax::content::parser::{
};
pub mod anchor;
pub mod block;
pub mod inline;
#[derive(Clone, Debug)]
pub struct Context {