summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/format.mdwn
diff options
context:
space:
mode:
authorhttp://gustaf.thorslund.org/ <http://gustaf.thorslund.org/@web>2010-02-07 14:09:15 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-02-07 14:09:15 +0000
commit2e55a598350f422a8c064cad6bbba4e2fde13ed8 (patch)
tree14f0977f0331ebe07a56008c26c56bddaddde3e6 /doc/ikiwiki/directive/format.mdwn
parent1bb06210e956801d4b64641dbc84059ad36f797e (diff)
Added missing '!' in "!format perl..."
Diffstat (limited to 'doc/ikiwiki/directive/format.mdwn')
-rw-r--r--doc/ikiwiki/directive/format.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/format.mdwn b/doc/ikiwiki/directive/format.mdwn
index 23830e9cd..7d11d225f 100644
--- a/doc/ikiwiki/directive/format.mdwn
+++ b/doc/ikiwiki/directive/format.mdwn
@@ -22,7 +22,7 @@ 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 """
+ \[[!format perl """
print "hello, world\n";
"""]]