Converts markdown to ANSI markup while preserving the exact original markdown character sequence and appends to destination.
public void ConvertPreservingSource(string? markdown, StringBuilder destination)
The markdown source text.
The destination builder receiving converted markup.