From: bremner Date: Wed, 10 Jun 2009 02:54:28 +0000 (-0400) Subject: feature request/discussion for highlight options. X-Git-Tag: 3.141~11^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/31bb5268973534d5262bf301864f033f60db39c7?ds=inline;hp=-c feature request/discussion for highlight options. --- 31bb5268973534d5262bf301864f033f60db39c7 diff --git a/doc/plugins/highlight/discussion.mdwn b/doc/plugins/highlight/discussion.mdwn new file mode 100644 index 000000000..612fb0fda --- /dev/null +++ b/doc/plugins/highlight/discussion.mdwn @@ -0,0 +1,3 @@ +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]]