hwylterm/bbansi/wrapwords

Search:
Group by:
Source   Edit  

Procs

func wrapWordsBbMarkup(s: string; maxLineWidth = 80; splitLongWords = true;
                       seps: set[char] = Whitespace; newLine = "\n"): string {.
    ...raises: [], tags: [], forbids: [].}
Word wraps s preserving BbMarkup. Source   Edit