fixed the embedded example in include_code plugin

This commit is contained in:
Brandon Mathis 2012-06-05 00:07:40 -05:00
parent 8cb79404d5
commit 35d2077ccc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Example 2:
# You can also include an optional title for the <figcaption>
#
# {% include_code Example 2 javascripts/test.js %}
# {% include_code javascripts/test.js Example 2 %}
#
# will output a figcaption with the title: Example 2 (test.js)
#