Converts markdown text to ANSI markup text and appends the result to destination.
destination
public void Convert(string? markdown, StringBuilder destination)
The markdown source text.
The destination builder receiving converted markup.