diff options
author | http://gustaf.thorslund.org/ <http://gustaf.thorslund.org/@web> | 2010-02-07 14:09:15 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-02-07 14:09:15 +0000 |
commit | 2e55a598350f422a8c064cad6bbba4e2fde13ed8 (patch) | |
tree | 14f0977f0331ebe07a56008c26c56bddaddde3e6 /doc | |
parent | 1bb06210e956801d4b64641dbc84059ad36f797e (diff) |
Added missing '!' in "!format perl..."
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/format.mdwn | 2 |
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"; """]] |