extern crate html2md; use html2md::parse_html; use pretty_assertions::assert_eq; #[test] fn test_list_simple() { let md = parse_html(r#"

"#); assert_eq!(md, "\ * Seven things has lady Lackless * Keeps them underneath her black dress * One a thing that's not for wearing") } #[test] fn test_list_formatted() { // let's use some some broken html let md = parse_html(r#"