]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/highlight/discussion.mdwn
Merge commit 'smcv/img-bugfix'
[ikiwiki.git] / doc / plugins / highlight / discussion.mdwn
index 612fb0fdafa771affe24052f09c37fe107e49ba5..7d3cabea95c90ee605e9101307527f44f8c874b1 100644 (file)
@@ -1,3 +1,12 @@
-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]]
+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]]