This question about Missing functionality: Answered
Verbatim: where is the Chili mentioned in the documentation?
The edit help for Foswiki markup explains that Verbatim uses some plugin:
This type of code highlighting is based on Chili - the jQuery code highlighter plugin
The verbatim code highlighter does not work for me in an out-of-the-box installation.
The sentence above does not realy tell me which extension I am supposed to install to make it work.
Your assistance is appreciated.
Dan
--
DanB - 19 Feb 2020
Either add
%JQREQUIRE{"chili"}%
on a page. Or in
LocalSite.cfg
add
$Foswiki::cfg{JQueryPlugin}{DefaultPlugins} = 'chili';
--
MichaelDaum - 19 Feb 2020