Added missing '!' in "!format perl..."

master
http://gustaf.thorslund.org/ 2010-02-07 14:09:15 +00:00 committed by Joey Hess
parent 1bb06210e9
commit 2e55a59835
1 changed files with 1 additions and 1 deletions

View File

@ -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";
"""]]