🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
C

CMB2 Markdown

0/5 (0 ratings) 10 active installs Updated Nov 19, 2017

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!