Skip to content

Commit ba43f1e

Browse files
Update modules/ROOT/pages/8.0-release-notes.adoc
Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com>
1 parent f5bfec9 commit ba43f1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

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

147147
[source,html]
148148
----
149-
<p>First page</p>
149+
<p>First </p>
150150
<div style="break-after: page"></div>
151-
<p>Second page</p>
151+
<p>page</p>
152152
----
153153

154154
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)