Converts ANSI text into styled runs by interpreting SGR (style changes) and OSC 8 (hyperlinks).
public sealed class AnsiStyledTextParser : IDisposable
This is a convenience wrapper around AnsiTokenizer intended for UI/rendering scenarios. It does not emulate terminal cursor movement; it only produces runs in source order.
kind:method, kind:property, kind:ctor. Press Esc to clear.Parse(ReadOnlySpan<Char>)Parses a complete input string into styled runs.