Skip to main content

serialize

Function serialize 

Source
pub fn serialize(input: &str) -> String
Expand 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.