ikiwiki/doc/plugins/highlight/discussion.mdwn

22 lines
1.1 KiB
Plaintext
Raw Normal View History

2009-06-14 23:34:05 +02:00
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 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 options? something
like 'highlight_options=>{replace_tabs=>8,line_numbers=>0}' ? Of course,
if you want to implement it I won't complain :-). [[DavidBremner]]
> I don't know about tab replacement, which I can't really see the point
> of, but if there are multiple options, giving each its own nane would
> word better for websetup than would putting all the options in a
> sub-hash. --[[Joey]]
2009-08-09 01:19:32 +02:00
Has anyone got this running with CentOS/RHEL ?
Having trouble working out where to get the perl bindings for highlight. --[Mick](http://www.lunix.com.au)
> The perl bindings are hidden in `examples/swig` in highlight's source.
> --[[Joey]]
2009-08-09 03:11:03 +02:00
Thanks for prompt reply. Now just need to work out how to get it to work with inline code. I can not find the 'format' plugin to enable it. --[Mick](http://www.lunix.com.au)