Skip to content

Render Markdown

Identifier renderMarkdown
Allows Multiple false

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

The view field argument renderMarkdown accepts the following value configurations.

  • renderMarkdown
  • renderMarkdown(value: true | false)

The view field argument renderMarkdown can be used on the following view fields.

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

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