Highlight(String?) Method

Definition

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

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

public StyledRun[] Highlight(string? markdown)

Parameters

markdown
String

The markdown source text.

Returns

StyledRun[]
The style runs mapped to the original source indices.