IMarkupParser Interface

Interface for parsing markup text into styled text runs. Implement this to support custom markup formats (Markdown, HTML, etc.).

public interface IMarkupParser

Derived
BBCodeParser
PlainTextParser

Properties
FormatName Gets the name of the markup format this parser supports.
Methods
Parse(string, TextRenderOptions) Parse markup text into a collection of styled text runs.