1<?php 2/** 3 * Options for the PHP Markdown Extra plugin 4 */ 5 6$conf['frontmatter'] = false; 7$conf['markdowneditor'] = 'meltdown'; 8