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:
|
Including an image asset in a post:
|
||||||
|
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
… which is shown in the screenshot below:
|
... which is shown in the screenshot below:
|
||||||

|

|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Linking to a PDF for readers to download:
|
Linking to a PDF for readers to download:
|
||||||
|
|
||||||
{% highlight text %}
|
{% 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 %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<div class="note">
|
<div class="note">
|
||||||
|
|
Loading…
Reference in New Issue