Skip to content

Render Markdown

Identifier renderMarkdown
Allows Multiple false

Description

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 can be used on the following view fields.

Examples

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

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