]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/highlight/discussion.mdwn
add news item for ikiwiki 3.141
[git.ikiwiki.info.git] / doc / plugins / highlight / discussion.mdwn
1 It would be nice to be able to set a few options for the highlighter object. In particular, today I noticed my tabs were not being expanded correctly, which could 
2 be fixed the command line with --replace-tabs but programmatically needs a call to setPreformatting.  I could probably play with this, but what is your preferred way to support 
3 options? something like 'highlight_options=>{replace_tabs=>8,line_numbers=>0}' ?  Of course, if you want to implement it I won't complain :-). [[DavidBremner]]