pub fn encode_cmark<E: Encoder>( source: &str, encoder: &mut E, ) -> Result<(), E::Error>
Parse and encode the markdown using pulldown_cmark