remove extra " from include image.html example

This commit is contained in:
Mark Wieczorek
2017-12-27 12:49:17 +01:00
committed by GitHub
parent 4b4666e9e1
commit a6af9b15a0

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 %}
```