Adds a Markdown enabled textarea with a live preview to the available CMB2 field types.
As of April 2026, CMB2 Markdown is a WordPress cmb2 plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.2K+ times in total. Requires WordPress 3.0.1+ and PHP false+. Available on WordPress.org since 2017. Last updated 8 years ago — may have compatibility concerns. Top alternative: CMB2 Field Type: Font Awesome.
Example Usage
$cmb->add_field( array(
'name' => 'Markdown Enabled Field',
'type' => 'text_markdown',
'id' => 'test_markdown',
'sanitization_cb' => 'markdown_sanitize'
) );
It works with repeatable fields as well!
| WordPress | 3.0.1+ requiredTested up to 3.4.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.