Class MarkdownParser
Definition
- Namespace:
- Tizen.NUI.MarkdownRenderer
- Assembly:
- Tizen.NUI.MarkdownRenderer.dll
Provides a Markdown parser configured with custom pipeline options, enabling table support and enhanced emphasis handling for Tizen NUI markdown rendering.
public static class MarkdownParser
- Inheritance
-
objectMarkdownParser
Methods
View SourceMarkdownToPlainText(string)
Converts the given markdown text to plain text.
Declaration
public static string MarkdownToPlainText(string markdown)
Parameters
| Type | Name | Description |
|---|---|---|
| string | markdown | Markdown input string. |
Returns
| Type | Description |
|---|---|
| string | Plain text. |