From 4c050bba652d7e68451ca8bcc902547ce05017f6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 18 Dec 2015 10:19:11 -0800 Subject: [PATCH] docs: posts example code is invalid UTF-8, use three dots instead of ellipsis Fixes #4271 --- site/_docs/posts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/posts.md b/site/_docs/posts.md index ee02d06b..f16bd202 100644 --- a/site/_docs/posts.md +++ b/site/_docs/posts.md @@ -91,14 +91,14 @@ variable in a post. Including an image asset in a post: {% highlight text %} -… which is shown in the screenshot below: +... which is shown in the screenshot below: ![My helpful screenshot]({% raw %}{{ site.url }}{% endraw %}/assets/screenshot.jpg) {% endhighlight %} Linking to a PDF for readers to download: {% highlight text %} -… you can [get the PDF]({% raw %}{{ site.url }}{% endraw %}/assets/mydoc.pdf) directly. +... you can [get the PDF]({% raw %}{{ site.url }}{% endraw %}/assets/mydoc.pdf) directly. {% endhighlight %}