Function askama_shared::filters::linebreaksbr
source · pub fn linebreaksbr<T: Display>(s: T) -> Result<String>
Expand description
Converts all newlines in a piece of plain text to HTML line breaks
pub fn linebreaksbr<T: Display>(s: T) -> Result<String>
Converts all newlines in a piece of plain text to HTML line breaks