Replaces the default WordPress editor with a Markdown editor for your posts and pages. Add or remove Markdown support for post types by using add_post_type_support
or remove_post_type_support
. E.g:
add_post_type_support( 'page', 'wpcom-markdown' );