Splitting logic needs to handle certain cases better. Currently no pagination occurs
If plugin is set to split over two pages, and three paragraphs exist, the logic fails and nothing is split.
Similarly, if three pages are chosen and four paragraphs exist, nothing splits.
Seems that whenever the number of paragraphs is one greater than the pages to be split over, nothing is split.