Open aditsheli opened 2 years ago
Thanks! Could you share a screenshot of the (unexpected) result? And perhaps the code excerpt used to create this?
like this sir, thank you in advance for your reply
Thanks, that’s helpful.
Could it be that you are trying to use a manual page break like <div class="page-break"></div>
, or just any element with class="page-break"
, somewhere in there?
The JavaScript adjustments – so far – run on <p>
only, so <ul>
and <ol>
should not be split up.
The JavaScript adjustments are now run on <ul>
and <ol>
as well, but still not within those elements. Perhaps this fixes the problem. Changed in https://github.com/delight-im/HTML-Sheets-of-Paper/commit/c48148cf8a6a33c12559dd7d7665988f61175f92 .
bug appear when js function try to page break tag li in ol, any solution?