remove_md_comment

Function remove_md_comment 

Source
pub fn remove_md_comment(line: &str) -> Option<String>
Expand description

Remove Markdown comment tags from a string. Returns None if the string is not a valid Markdown comment.