pub fn markdown<E, S>( e: E, s: S, options: Option<&ComrakOptions>) -> Result<MarkupDisplay<E, String>, Error> where E: Escaper, S: AsRef<str>,