Versions in this module Expand all Collapse all v1 v1.0.0 Jun 12, 2026 Changes in this version + func Replace(s string) string + func ReplaceBytes(b []byte) []byte + type Category uint + const Bullets + const CategoryAll + const Dashes + const Default + const Ellipsis + const Fractions + const Ligatures + const Math + const Quotes + const Spaces + const Symbols + type Config struct + Categories Category + Overrides map[string]string + Runs []RunStyle + type Replacer struct + func New(cfg Config) *Replacer + func (r *Replacer) Replace(s string) string + func (r *Replacer) ReplaceBytes(b []byte) []byte + type RunStyle struct + Prefix string + Style UnicodeStyle + Suffix string + type UnicodeStyle int + const Bold + const BoldItalic + const Italic + const Monospace + const StyleUnknown + const Subscript + const Superscript