pub fn reformat_text(
text: &str,
width: usize,
plaintext: bool,
semantic: bool,
cleanups: bool,
smartquotes: bool,
ellipses: bool,
list_spacing: ListSpacing,
) -> StringExpand description
Reformat a Markdown or plain text string.