mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
In page generator, add break for printing between pages
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% for page in pages %}
|
||||
<hr>
|
||||
<article id="{{ page.path }}">
|
||||
<article id="{{ page.path }}" style="page-break-after: always;">
|
||||
{% for section in page.content %}
|
||||
{% if section.type == "normal" %}
|
||||
{% autoescape false %}{{ section.content }}{% endautoescape %}
|
||||
|
||||
Reference in New Issue
Block a user