xref: /plugin/commonmark/conf/default.php (revision 836a4a7aa60e82fc83df83014290daeca74fb322)
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)
8$conf['fix_secedit'] = 0; // Allow section edit feature (expreimenral)
9$conf['render_softbreaks'] = 0; // If true, all soft line breaks are rendered like hard line breaks
10