diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-23 05:21:19 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-23 05:21:19 -0400 |
commit | a9970df0bfd3d982def2747b4576cea54b211b0f (patch) | |
tree | 3c39fa379661439eb83e72ddaf197f681a182c82 /doc | |
parent | 47298b01c1921deff7e056406245a90f8371bd59 (diff) | |
download | ikiwiki-a9970df0bfd3d982def2747b4576cea54b211b0f.tar ikiwiki-a9970df0bfd3d982def2747b4576cea54b211b0f.tar.gz |
mention highlight
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/format.mdwn | 8 |
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"]] |