From a9970df0bfd3d982def2747b4576cea54b211b0f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 May 2009 05:21:19 -0400 Subject: [PATCH] mention highlight --- doc/ikiwiki/directive/format.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) 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"]] -- 2.44.0