Converts Markdown text into ANSI markup text consumable by Markup.
public sealed class MarkdownMarkupConverter
This converter keeps an internal reusable buffer to reduce allocations across repeated conversions.
kind:method, kind:property, kind:ctor. Press Esc to clear.MarkdownMarkupConverter(Int32)Initializes a new instance of the MarkdownMarkupConverter class.BaseUriGets or sets an optional base URI used to resolve relative links.PipelineGets or sets the markdown pipeline used for conversion.RenderOptionsGets or sets the markdown render options.SourcePipelineGets or sets the markdown pipeline used by source-preserving highlighting APIs.StyleGets or sets optional markdown style overrides.ThemeGets or sets the theme used to resolve default markdown style colors.Convert(String?, StringBuilder)Converts markdown text to ANSI markup text and appends the result to destination.Convert(String?)Converts markdown text to ANSI markup text.ConvertPreservingSource(String?, StringBuilder)Converts markdown to ANSI markup while preserving the exact original markdown character sequence and appends to destination.ConvertPreservingSource(String?)Converts markdown to ANSI markup while preserving the exact original markdown character sequence.Highlight(String?, List<StyledRun>)Produces syntax highlighting style runs over the original markdown source text.Highlight(String?)Produces syntax highlighting style runs over the original markdown source text.