@theredhead — Frontend Library - v1.0.0
Preparing search index...
ui-kit/src/public-api
RichTextViewStrategy
Type Alias RichTextViewStrategy
RichTextViewStrategy
:
"html"
|
"markdown"
|
"auto"
The rendering strategy for
UIRichTextView
.
'html'
— Render content as raw HTML (default when content looks like HTML).
'markdown'
— Convert Markdown → HTML before rendering.
'auto'
— Detect automatically: if the content starts with a recognised HTML tag it is treated as HTML, otherwise as Markdown.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@theredhead — Frontend Library - v1.0.0
Loading...
The rendering strategy for UIRichTextView.
'html'— Render content as raw HTML (default when content looks like HTML).'markdown'— Convert Markdown → HTML before rendering.'auto'— Detect automatically: if the content starts with a recognised HTML tag it is treated as HTML, otherwise as Markdown.