@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    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.