ConvertPreservingSource(String?) Method

Definition

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

Converts markdown to ANSI markup while preserving the exact original markdown character sequence.

public string ConvertPreservingSource(string? markdown)

Parameters

markdown
String

The markdown source text.

Returns

String
ANSI markup with styles mapped to the original markdown source.