Skip to main content

note_to_html_list

Function note_to_html_list 

Source
pub fn note_to_html_list(
    entry: &Entry,
    css_class: &str,
    escape: fn(&str) -> String,
) -> String
Expand description

Convert an entry’s note lines into an HTML unordered list.

Returns an empty string if the note is empty.