pub fn expand_gfm(input: &str) -> String
Expands all GFM constructs in input, returning a new string.
input
If no GFM features are present, returns the input unchanged (modulo no allocation when avoidable).