Skip to content

Render Markdown Argument

Identifier renderMarkdown
Allows Multiple false

The renderMarkdown argument allows a view field to render its content as markdown.

Values

The view field argument renderMarkdown accepts the following value configurations.

  • renderMarkdown
  • renderMarkdown(value: true | false)

Allowed Input Fields

The view field argument renderMarkdown is allowed in the following view fields.

Examples

This will render the text stored in the someText frontmatter property as markdown.

VIEW[**{someText}**][text(renderMarkdown)]