aboutsummaryrefslogtreecommitdiff
path: root/doc/patch
diff options
context:
space:
mode:
Diffstat (limited to 'doc/patch')
-rw-r--r--doc/patch/highlight_line_numbers.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/patch/highlight_line_numbers.mdwn b/doc/patch/highlight_line_numbers.mdwn
new file mode 100644
index 000000000..f51c01fb7
--- /dev/null
+++ b/doc/patch/highlight_line_numbers.mdwn
@@ -0,0 +1,7 @@
+The highlight library used by the highlight plugin has many features that are not accessible through the ikiwiki format directive. I've created a patch that exposes the line numbering option and opens the door to expose other options more easily.
+
+The patch is in a github branch here: <https://github.com/trapperhoney/ikiwiki/tree/linenumbers>
+
+I made a test/demo of the feature here: <http://www.angrydoughnuts.com/temp/ikiwiki/>
+
+And the updated plugin documentation is here: <http://www.angrydoughnuts.com/temp/ikiwiki/html/plugins/highlight.html>