=== Advanced Custom Fields: CommonMark Field === Contributors: joppuyo Tags: acf, advanced custom fields, markdown Requires at least: 4.9.0 Tested up to: 4.9.7 Requires PHP: 5.3 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Markdown (CommonMark) field for Advanced Custom Fields == Description == An extension to Advanced Custom Fields that allows you to write text in Markdown format, using the CommonMark standard. Includes a preview mode. = Compatibility = This ACF field type is compatible with: * ACF 5 == Installation == 1. Copy the `acf-commonmark` folder into your `wp-content/plugins` folder 2. Activate the CommonMark plugin via the plugins admin page 3. Create a new field via ACF and select the CommonMark type 4. Read the description above for usage instructions == Screenshots == 1. Writing mode 2. Preview mode == Changelog == = 1.0.11 = * Fix issue where bullet points are missing in unordered list = 1.0.10 = * Deploy to w.org = 1.0.4 = * Remove .gitignore from build zip = 1.0.3 = * Update readme = 1.0.2 = * Add source map support = 1.0.1 = * Fix issue with build pipeline = 1.0.0 = * Initial Release.