Function boldline::boldline [] [src]

pub fn boldline(
    input: String,
    marking: Marking,
    pattern: Pattern
) -> Vec<String>

Does the bold line generation

Returns a vector of lines (Strings), instead of joining them together automtically. This way, you can fit it in whereever you want, with (hopefully) no post-processing necessary.