sverrirs / jekyll-paginate-v2

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
https://rubygems.org/gems/jekyll-paginate-v2
MIT License
517 stars 285 forks source link

Markdown in paginated pages are not rendered #256

Closed UlyssesZh closed 7 months ago

UlyssesZh commented 7 months ago
---
layout: home
pagination: 
  enabled: true
---

**test**

Rendered result: image

The result if pagination in the frontmatter is commented out: image

UlyssesZh commented 7 months ago

Noticed that this should have been fixed in master. We just need to wait for a new release.