Render Markdown
Identifier | renderMarkdown |
Allows Multiple | false |
Description
Section titled “Description”The renderMarkdown
argument allows a view field to render its content as markdown.
Values
Section titled “Values”The view field argument renderMarkdown
accepts the following value configurations.
-
renderMarkdown
-
renderMarkdown(value: true | false)
Allowed Input Fields
Section titled “Allowed Input Fields”
The view field argument renderMarkdown
can be used on the following view fields.
Examples
Section titled “Examples”This will render the text stored in the someText
frontmatter property as markdown.
VIEW[**{someText}**][text(renderMarkdown)]