Skip to main content

expand_gfm

Function expand_gfm 

Source
pub fn expand_gfm(input: &str) -> String
Expand description

Expands all GFM constructs in input, returning a new string.

If no GFM features are present, returns the input unchanged (modulo no allocation when avoidable).