Replaced markdown ` with <code> inside HTML block

This commit is contained in:
EricH 2016-05-17 13:54:42 -04:00
parent 583fe84edc
commit eab2b438c9
1 changed files with 1 additions and 1 deletions

View File

@ -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>