xref: /plugin/commonmark/conf/default.php (revision 7569cca4f9e4d6797e38a2d05d3780d3a1f1125f)
1<?php
2/**
3 * Options for the Commonmark plugin
4 */
5
6$conf['force_commonmark'] = 0; // Force parsing all pages as Commonmark rather than default DW markup
7$conf['frontmatter_tag'] = 'off'; // Parsing frontmatter tags on top of page (upper), below the page (lower), or pass (off)