[Markdown]

Has one parameter.

Description:

Indicates that a Field is storing Markdown instead of plain text.

HtmlForm will use a multiline input field, with a default note of "Format as Markdown" with a link to the Help with Markdown page that opens in a new tab. This default note is stored in BuiltIn.HtmlForm.MarkdownNote using the Lang$ system and can be overridden by adding a record with that Alias to the Content.Lang table.

The one optional parameter sets the number of lines for the multiline input field, defaulting to 6.5.

See Also:

MarkdownToHtml$ to display Markdown as formatted HTML.

Example:

[Markdown]

[Markdown] 20