wrap_with_prefix

Function wrap_with_prefix 

Source
pub fn wrap_with_prefix(
    text: &str,
    first_prefix: &str,
    first_prefix_style: Style,
    cont_prefix: &str,
    max_width: usize,
    theme: &Theme,
) -> Vec<Line<'static>>
Expand description

Wrap text with a first-line prefix and continuation prefix

Uses pulldown-cmark for inline styling (bold, italic, code)