pub fn note_to_html_list( entry: &Entry, css_class: &str, escape: fn(&str) -> String, ) -> String
Convert an entry’s note lines into an HTML unordered list.
Returns an empty string if the note is empty.