Table of Contents

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 string

The Markdown text to be converted.