[][src]Function termimad::text

pub fn text(src: &str) -> FmtText

return a formatted text, which implements Display This uses the default skin and doesn't wrap the lines at all. Most often you'll prefer to use term_text which makes a text wrapped for the current terminal.