summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-10 13:59:31 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-10 13:59:31 -0400
commit04aff6702b1e00ad968df6b90f3eca4eca02371c (patch)
treee85b0f324a8f53071aed52cd44212eb600d5e966 /doc/plugins
parentdd15cc426f75b4277ae0dbbfee221fe278245d54 (diff)
parent31bb5268973534d5262bf301864f033f60db39c7 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/highlight/discussion.mdwn3
1 files changed, 3 insertions, 0 deletions
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]]