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