Delete extraneous closing paren

This commit is contained in:
George Hartzell 2017-01-16 10:26:09 -08:00 committed by GitHub
parent a7abac476f
commit a970ff3c0f

View File

@ -15,7 +15,7 @@ Alerts are little warnings, info, or other messages that you have called out in
## Alerts ## Alerts
Similar to [inserting images][mydoc_images]), you insert alerts through various includes that have been developed. These includes provide templates through which you pass parameters to easily populate the right HTML code. Similar to [inserting images][mydoc_images], you insert alerts through various includes that have been developed. These includes provide templates through which you pass parameters to easily populate the right HTML code.
``` ```
{%raw%}{% include note.html content="This is my note. All the content I type here is treated as a single paragraph." %}{% endraw%} {%raw%}{% include note.html content="This is my note. All the content I type here is treated as a single paragraph." %}{% endraw%}