Skip to content

Commit 42bd318

Browse files
Update modules/ROOT/pages/8.0-release-notes.adoc
Co-authored-by: shirqa <[email protected]>
1 parent f0fe427 commit 42bd318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,13 @@ For example, with this HTML content:
142142
<p>Second page</p>
143143
----
144144

145-
When placing the cursor after the word "Second" and inserting a page break, the result will be:
145+
When placing the cursor after the word "First page" and inserting a page break, the result will be:
146146

147147
[source,html]
148148
----
149149
<p>First page</p>
150-
<p>Second<div style="break-after: page"></div> page</p>
150+
<div style="break-after: page"></div>
151+
<p>Second page</p>
151152
----
152153

153154
This behavior is now enabled by default, but can be disabled by setting `pagebreak_split_block: false` in the editor configuration.

0 commit comments

Comments
 (0)