[go: up one dir, main page]

[][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.