1<?php
2/**
3 * Options for the Creole Plugin
4 */
5// markup precedence when conflicting: 'dokuwiki' (default) or 'creole'
6$conf['precedence'] = 'dokuwiki';
7
8// Use <tt> tag for monospace as suggested in Creole specs
9$conf['monospace'] = 'Use <tt> tag';
10
11// Insert whitespace for linebreaks as per Creole 1.0
12$conf['linebreak'] = 'Whitespace';
13
14//Setup VIM: ex: et ts=2 enc=utf-8 :
15