aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/format.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ikiwiki/directive/format.mdwn')
-rw-r--r--doc/ikiwiki/directive/format.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/format.mdwn b/doc/ikiwiki/directive/format.mdwn
index 94cf1b04f..23830e9cd 100644
--- a/doc/ikiwiki/directive/format.mdwn
+++ b/doc/ikiwiki/directive/format.mdwn
@@ -18,4 +18,12 @@ some other format:
4
"""]]
+Note that if the highlight plugin is enabled, this directive can also be
+used to display syntax highlighted code. Many languages and formats are
+supported. For example:
+
+ \[[format perl """
+ print "hello, world\n";
+ """]]
+
[[!meta robots="noindex, follow"]]