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

Parses the given string as markdown text.