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
    object
    MarkdownParser

    Methods

    View Source

    MarkdownToPlainText(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.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX