pub fn parse<S>(input: S) -> StyledStringwhere
    S: Into<String>,
Available on crate feature markdown only.
Expand description

Parses the given string as markdown text.