Class MarkdownText
- Namespace
- TinyComponents
- Assembly
- TinyComponents.dll
Represents a Markdown text with settings for rendering.
public sealed class MarkdownText
- Inheritance
-
MarkdownText
- Inherited Members
Constructors
- MarkdownText()
Initializes a new instance of the MarkdownText class with default settings and an empty text.
- MarkdownText(string)
Initializes a new instance of the MarkdownText class with the specified Markdown text and default settings.
Properties
- MarkdownSettings
Gets or sets the Markdown settings used for conversion.
- Text
Gets or sets the Markdown text to be converted.
Methods
- ToString()
Converts the Markdown text to HTML using the specified settings.