% You can put below those lines the pre or proc rules you may need in your dokuwiki-t2t installation % Dokuwiki syntax is close to the txt2tags one. Yet txt2tags has a few more % cool features (like this preproc / postproc thing see http://txt2tags.org/userguide/preproc.html) % Note: dokuwiki headings are reversed in comparison to the ones in txt2tags % H6 (six =) doesn't exist in txt2tags, and incidently, this is H1 in dokuwiki. % So we use the preproc below to take into account this mark which we can find in our % dokuwiki like in some settings or message. We turn it into H2. % %!preproc: '====== (.*?) ======' '== \1 ==' % use [[the description | your_page]] syntax %!preproc: '\[\[(.*?)\|(.*?)\]\]' '[\1 doku.php?id=\2]' %!preproc: '\[\[(.*?) \| (.*?)\]\]' '[\1 doku.php?id=\2]' % use [[your_page]] syntax %!preproc: '\[\[(.*?)\]\]' '[\1 doku.php?id=\1]' % center tables %!postproc: '' %!postproc: 'CONVERTboldEND' '' %!preproc: '\{\/\/\.\.\}' 'LINEBREAK' %!preproc: "\\\\" 'LINEBREAK' %!postproc: "LINEBREAK" '
' %!postproc: "LINEBREAK" '
' %!preproc: '--------(-+)---------' 'SIMPLELINE' %!preproc: '---' 'QUADRATINDASH' %!postproc: 'QUADRATINDASH' '—' %!postproc: 'SIMPLELINE' '
'