You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 c48148c .
bug appear when js function try to page break tag li in ol, any solution?
The text was updated successfully, but these errors were encountered: