docs: posts example code is invalid UTF-8, use three dots instead of ellipsis

Fixes #4271
This commit is contained in:
Parker Moore 2015-12-18 10:19:11 -08:00
parent 05285798be
commit 4c050bba65
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}
<div class="note">