Markdown text
In a Markdown type field, you can enter text in Markdown syntax and ACF will automatically render it as HTML in a separate property in the Metafield. A Markdown field contains two properties:
markdown
Your markdown as entered in the editor
html
The HTML derived from your Markdown, ready to show in the browser:
<h3>{{ product.metafields.accentuate.markdown_title.html }}</h3>
Last updated