dokuwiki
This is an old revision of the document!
Syntax Highlighting
Changes to style in language file has no effect. Dokuwiki uses a single stylesheet for all languages. Comment out the following line in parserutils.php
to disable.
... 760 // $geshi->enable_classes(); ...
ASCIIMathML.js
Incorporating ASCIIMathML.js requires disabling JavaScript compression in the configuration settings.
- Copy
ASCIIMathML.js
to theconf/
directory. - Create or update
userscript.js
to includeASCIIMathML.js
.
/* DOKUWIKI:include ASCIIMathML.js */
- Update
local.php
to disable JavaScript compression:
$conf['compress'] = 0; // for ASCIIMathML.js
dokuwiki.1463259156.txt.gz · Last modified: 2023/08/18 18:15 (external edit)