pub fn step(
state: &mut ParseState,
style: &mut Style,
hyperlink: &mut Option<String>,
byte: u8,
) -> ParseStepExpand description
Apply one input byte to the state machine. style and hyperlink are
updated in place when relevant sequences complete.