Title: Markup Markdown with ACF fields ?
Last modified: April 21, 2023

---

# Markup Markdown with ACF fields ?

 *  Resolved [fabzzz](https://wordpress.org/support/users/fabzzz/)
 * (@fabzzz)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/markup-markdown-with-acf-fields/)
 * Hi!
   Plugin is working nice with the default wordpress editor, but not with ACF(
   Version 6) fields. The [EasyMDE](https://easy-markdown-editor.tk/), seems to 
   not get loaded in customs fields.Is there anyway to make it compatible with ACF?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Pierre-Henri Lavigne](https://wordpress.org/support/users/peter202202/)
 * (@peter202202)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/markup-markdown-with-acf-fields/#post-16679492)
 * Hi [@fabzzz](https://wordpress.org/support/users/fabzzz/)
 * Yes it should be possible, but it’s gonna take me some time. 
   For now the fallback
   is for you to setup your custom field as classic pure text input – or textarea(
   not WYSIWYG) – then write your content as markdown, and finally use the way to
   ouput HTML as described in the faq :In your child’s theme template by adding 
   something like this:`echo mmd()->markdown2html( get_field( 'custom_field_name``'));`
 * The custom field saved with markdown content should be parsed and rendered correctly
   as html code.
 * I’m gonna look into how to load the editor within ACF but can’t promise anything
   as I’m not familiar with the plugin API, plus I’m in the middle of refactoring
   the code right now^^ I need this feature for my personal blog as well, definitively
   required, will keep you posted.
   Would be great if you can manage to do it manually
   for now m(__)mRegards,
 * Pierre-Henri
    -  This reply was modified 3 years, 1 month ago by [Pierre-Henri Lavigne](https://wordpress.org/support/users/peter202202/).
      Reason: typo
 *  Plugin Author [Pierre-Henri Lavigne](https://wordpress.org/support/users/peter202202/)
 * (@peter202202)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/markup-markdown-with-acf-fields/#post-16701061)
 * **👋** Good news for you [@fabzzz](https://wordpress.org/support/users/fabzzz/),
   I’ve just released v2.0.1, and you will find a new custom field called “Markup
   Markdown” within the ACF metabox that will load the markdown editor. **🥳**
   You
   _should_ be able with ACF to modify the type for existing fields as well. Hope
   this will solve your issue, et passez un bon 1er mai 👐
 *  Plugin Author [Pierre-Henri Lavigne](https://wordpress.org/support/users/peter202202/)
 * (@peter202202)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/markup-markdown-with-acf-fields/#post-16732580)
 * Hello [@fabzzz](https://wordpress.org/support/users/fabzzz/),
 * I hope this message finds you well. I haven’t heard you for a while so I’m gonna
   mark this task as solved. If you read this message, please update to version 
   2.0.1 or upper to setup a “Markup Markdown” field type with ACF.
 * Kind Regards,
 * Peter
    -  This reply was modified 3 years, 1 month ago by [Pierre-Henri Lavigne](https://wordpress.org/support/users/peter202202/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Markup Markdown with ACF fields ?’ is closed to new replies.

 * ![](https://ps.w.org/markup-markdown/assets/icon.svg?rev=2691249)
 * [Markup Markdown](https://wordpress.org/plugins/markup-markdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/markup-markdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/markup-markdown/)
 * [Active Topics](https://wordpress.org/support/plugin/markup-markdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/markup-markdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/markup-markdown/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Pierre-Henri Lavigne](https://wordpress.org/support/users/peter202202/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/markup-markdown-with-acf-fields/#post-16732580)
 * Status: resolved