fixed the embedded example in include_code plugin

This commit is contained in:
Brandon Mathis 2012-06-05 00:07:40 -05:00
parent d353d3de8b
commit 92194e2d01

View File

@ -15,7 +15,7 @@
# Example 2: # Example 2:
# You can also include an optional title for the <figcaption> # 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) # will output a figcaption with the title: Example 2 (test.js)
# #