[][src]Function termimad::text

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

Return an unwrapped formatted text, implementing 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.