Interactivity: Single Line Pages
Created by: Lachee
Summary
This change updates GeneratePagesInContent
's SplitType.Line
so it no longer adds the first line as a page.
Details
The first line will always be split as a separate page. Its unclear if this is intentional and causes confusion while trying to use this function.
Changes proposed
- Added a check that ensures the current line is after the cut off point before splitting it.
Notes
What is the intended behaviour here? Is it suppose to create a new page for the first line? Maybe this should be documented if so.