<?php
/**
 * Options for the Commonmark plugin
 */

$conf['force_commonmark'] = 0; // Force parsing all pages as Commonmark rather than default DW markup
$conf['frontmatter_tag'] = 'off'; // Parsing frontmatter tags on top of page (upper), below the page (lower), or pass (off)