Produces syntax highlighting style runs over the original markdown source text.
public void Highlight(string? markdown, List<StyledRun> destination)
The markdown source text.
The destination list receiving style runs.