> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/metafield-definitions/fields/field-data-type/acf-field-types/markdown-text.md).

# Markdown text

In a Markdown type field, you can enter text in [Markdown syntax](https://www.markdownguide.org/basic-syntax/) and ACF will automatically render it as HTML in a separate property in the Metafield.\
\
A Markdown field contains two properties:

> markdown&#x20;

Your markdown as entered in the editor

> html

The HTML derived from your Markdown, ready to show in the browser:

```html
<h3>{{ product.metafields.accentuate.markdown_title.html }}</h3>
```
