mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Replaced markdown ` with <code> inside HTML block
This commit is contained in:
@@ -133,7 +133,7 @@ attributes:
|
||||
<div class="note info">
|
||||
<h5>Pagination does not support tags or categories</h5>
|
||||
<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
|
||||
by a common tag or category. It cannot include any collection of
|
||||
documents because it is restricted to posts.</p>
|
||||
|
||||
Reference in New Issue
Block a user