Namespace Tizen.NUI.MarkdownRenderer
Classes
CodeStyle
CodeStyle.
CommonStyle
CommonStyle.
HeadingStyle
HeadingStyle.
ListStyle
ListStyle.
MarkdownParser
Provides a Markdown parser configured with custom pipeline options, enabling table support and enhanced emphasis handling for Tizen NUI markdown rendering.
MarkdownRenderer
Provides a reusable NUI View for rendering Markdown text as UI components. Supports incremental UI updates, streaming input, and rich markdown features.
MarkdownStyle
Provides a lightweight, centralized style configuration for Markdown UI rendering.
Shares style settings across all Markdown UI components via reference. Simple and efficient: avoids property setters, deep copies, and event bindings. Enables fast, memory-efficient view creation with a single set of style instances. Easy style access for all block and inline types (paragraphs, headings, tables, code, etc.).
ParagraphStyle
ParagraphStyle.
QuoteStyle
QuoteStyle.
TableStyle
TableStyle.
ThematicBreakStyle
ThematicBreakStyle.