Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2025 Changes in this version + func PrintCodeBlock(content string) string + func StyleLongDescription(styler TextStyler, text string) string + func Wrap(text, indent string) string + type TextStyler uint8 + const StyledText + func (s TextStyler) Bold(text string) string + func (s TextStyler) Dim(text string) string + func (s TextStyler) Strikethrough(text string) string + func (s TextStyler) Underline(text string) string