From 1549c20fc3b9cc98f8adda55b4cdeaa85682a1c0 Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Mon, 11 Dec 2017 17:59:31 +0100 Subject: [PATCH] Fixed typo Fixed typo in code snippet --- pages/mydoc/mydoc_images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mydoc/mydoc_images.md b/pages/mydoc/mydoc_images.md index 4f66b6a..57780f3 100644 --- a/pages/mydoc/mydoc_images.md +++ b/pages/mydoc/mydoc_images.md @@ -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 %} ```