ConvertPreservingSource(String?, StringBuilder) Method

Definition

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

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

public void ConvertPreservingSource(string? markdown, StringBuilder destination)

Parameters

markdown
String

The markdown source text.

destination
StringBuilder

The destination builder receiving converted markup.