The Text Input widget allows users to enter text values into a form field.
When the format field is set to Markdown, the Text Input widget provides a rich text editing experience powered by the same editor used in Notepad. This mode is suited for fields where users need to enter formatted text, such as descriptions, notes, or comments.

Markdown mode does not support event-on-enter triggers (available only in single line mode).
Content is stored as a Markdown-formatted string in the bound string variable. Other widgets consuming this value should be able to interpret Markdown formatting.
Image syntax limitation: Markdown content containing image syntax (for example, ) may cause a "Failed to display rich text contents" error when the widget loads. When this occurs, users must select View source text to edit the content. If your content includes images and you do not require the rich text formatting toolbar, consider using the Text area format instead.