Constructor MarkdownText
- Namespace
- TinyComponents
- Assembly
- TinyComponents.dll
MarkdownText()
Initializes a new instance of the MarkdownText class with default settings and an empty text.
public MarkdownText()
MarkdownText(string)
Initializes a new instance of the MarkdownText class with the specified Markdown text and default settings.
public MarkdownText(string markdownText)
Parameters
markdownText
stringThe Markdown text to be converted.