pub fn serialize(input: &str) -> StringExpand description
Round-trip an afm source through the lexer and back to canonical afm-source text.
Delegates to [aozora_render::serialize::serialize] — the
borrowed-AST inverse of lex_into_arena. Plain CommonMark portions
of the input pass through verbatim because the lexer leaves them
untouched.