Function termimad::text

source ·
pub fn text(src: &str) -> FmtText<'_, '_>
Expand description

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.