Markdown
The Markdown field is not a form field, but a section of text that can be supplied for informational purposes between two form elements.
Field options
Name | Type | Description |
---|---|---|
text | string | The markdown text |
JSON Example
{
"type": "Markdown",
"text": "# Markdown information about a field\n\n\n\nCan include _formatting_ or [hyperlinks](https://www.derstandard.at/)"
}