docs: posts example code is invalid UTF-8, use three dots instead of ellipsis
Fixes #4271
This commit is contained in:
parent
05285798be
commit
4c050bba65
|
@ -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:
|
||||

|
||||
{% 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">
|
||||
|
|
Loading…
Reference in New Issue