Merge pull request #111 from BGordts/patch-1

Fix: " too much in closing image tag.
This commit is contained in:
Tom Johnson 2017-12-28 21:15:39 -08:00 committed by GitHub
commit 503e04011b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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