-
Home
-
API
-
XenoAtom.Terminal.UI.Extensions.Markdown
-
MarkdownMarkupConverter
-
Methods
-
Highlight(String?)
Highlight(String?) Method
Definition
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.