Replaced markdown ` with <code> inside HTML block
This commit is contained in:
parent
583fe84edc
commit
eab2b438c9
|
@ -133,7 +133,7 @@ attributes:
|
||||||
<div class="note info">
|
<div class="note info">
|
||||||
<h5>Pagination does not support tags or categories</h5>
|
<h5>Pagination does not support tags or categories</h5>
|
||||||
<p>Pagination pages through every post in the <code>posts</code>
|
<p>Pagination pages through every post in the <code>posts</code>
|
||||||
variable unless a post has `hidden: true` in its YAML Front Matter.
|
variable unless a post has <code>hidden: true</code> in its YAML Front Matter.
|
||||||
It does not currently allow paging over groups of posts linked
|
It does not currently allow paging over groups of posts linked
|
||||||
by a common tag or category. It cannot include any collection of
|
by a common tag or category. It cannot include any collection of
|
||||||
documents because it is restricted to posts.</p>
|
documents because it is restricted to posts.</p>
|
||||||
|
|
Loading…
Reference in New Issue