Skip to main content

normalize_native

Function normalize_native 

Source
pub fn normalize_native(s: &str) -> String
Expand description

Canonical form of a Pandoc-native AST string. Tokenizes the input and re-serializes it with single-space separation so that pretty-print line breaks and indentation no longer affect equality.