Highlight(String?, List) Method

Definition

Assembly XenoAtom.Terminal.UI.Extensions.Markdown.dll

Produces syntax highlighting style runs over the original markdown source text.

public void Highlight(string? markdown, List<StyledRun> destination)

Parameters

markdown
String

The markdown source text.

destination
List<StyledRun>

The destination list receiving style runs.