Extract content parser state to its own module

This commit is contained in:
Juno Takano 2026-01-05 11:29:24 -03:00
commit de5b3dd377
8 changed files with 112 additions and 99 deletions

View file

@ -1,5 +1,5 @@
use crate::syntax::content::parser::{
State,
state::State,
token::{Token, paragraph::Paragraph, preformat::PreFormat},
};