aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-20 16:59:34 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-20 16:59:34 -0400
commitdf22dd5cbdb50f5686d15af7d288de05c4629029 (patch)
tree5568650488988e88c80c9b2550deac5eac45b5b6 /doc
parent22ec2912bed5e0f40c35f78500c2c34cd3b7949c (diff)
downloadikiwiki-df22dd5cbdb50f5686d15af7d288de05c4629029.tar
ikiwiki-df22dd5cbdb50f5686d15af7d288de05c4629029.tar.gz
add header
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/highlightcode.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/contrib/highlightcode.mdwn b/doc/plugins/contrib/highlightcode.mdwn
index 9b43a106c..8abb76583 100644
--- a/doc/plugins/contrib/highlightcode.mdwn
+++ b/doc/plugins/contrib/highlightcode.mdwn
@@ -1,3 +1,6 @@
+[[!template id=plugin name=highlightcode author="[[sabr]]"]]
+[[!tag type/format]]
+
A small plugin to allow Ikiwiki to display source files complete with syntax highlighting. Files with recognized extensions (i.e. my-file.cpp) are be rendered just like any other Ikiwiki page. You can even edit your source files with Ikiwiki's editor.
It uses the Syntax::Highlight::Engine::Kate Perl module to do the highlighting.