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
I don't yet know how to spec this. My initial idea was to have a data-pagebreak-control you can add for Page 1. Pagebreak would then add siblings to this element for subsequent pages.
This doesn't work for the above example, the a tag would logically have a data-pagebreak-control attribute so it can update the text and the URL, but the li tag is the element that needs to be cloned into siblings.
We could do some magic here and try to traverse up to a list element that would logically be cloned. Otherwise just duplicate the <a> tag.
Something along the lines of the following should be an achievable output:
The text was updated successfully, but these errors were encountered: