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