This commit is contained in:
Tom Johnson
2017-12-28 21:17:01 -08:00

View File

@ -15,7 +15,7 @@ Instead of using Markdown or HTML syntax directly in your page for images, the s
```liquid
{% raw %}
{% include image.html file="jekyll.png" url="http://jekyllrb.com" alt="Jekyll" caption="This is a sample caption" %"}
{% include image.html file="jekyll.png" url="http://jekyllrb.com" alt="Jekyll" caption="This is a sample caption" %}
{% endraw %}
```