pub fn remove_md_comment(line: &str) -> Option<String>
Remove Markdown comment tags from a string. Returns None if the string is not a valid Markdown comment.