dokuwiki-plugin-formatplus2
A fork of the nice DokuWiki plugin "formatplus" (orig. by Tom N Harris)
This fork only tries to fix the deprecated jQuery.browser
type error (at the moment). I have e-mailed to Tom to report this error, and he encouraged me to fork to deal with the bug since his development has been ceased. (A million thanks to Tom!)
I found that jQuery.browser
type is deprecated since jQuery 1.9, so I have inserted a snippet found here into the script.js
of this plugin, and the JavaScript error in browser console is gone.