Function indent_html

Source
pub fn indent_html(html: &str, level: usize) -> String
Expand description

Indents each line of the given HTML string by the specified number of tabs.