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

    Type Alias RichTextEditorMode

    RichTextEditorMode: "html" | "markdown"

    The editing mode determines which RichTextEditorStrategy implementation is used by the rich-text editor.

    • 'html' — WYSIWYG editing with document.execCommand
    • 'markdown' — Plain-text Markdown editing with live HTML preview