<?php
/**
 * Options for the Creole Plugin
 */
// markup precedence when conflicting: 'dokuwiki' (default) or 'creole'
$conf['precedence'] = 'dokuwiki';

// Use <tt> tag for monospace as suggested in Creole specs
$conf['monospace'] = 'Use <tt> tag';

// Insert whitespace for linebreaks as per Creole 1.0
$conf['linebreak'] = 'Whitespace';

//Setup VIM: ex: et ts=2 enc=utf-8 :
