I only saw this becase the demo site uses vuetify, and it's setting letter-spacing differently inside the v-card-text and body elements.
Ideally, we want to use the same letter-spacing to calculate the output pages as we will eventually render them
There are propbably other properties which are computed or inherited, like letter-spacing, which can affect the layout, but aren't being passed along to the "page" in pageFlow algorithm.
This may mean needing to manually pass the parent/target container node along to the pageFlow calculation so instead of placing the template page inside Body, it can go in the same place we plan to put the content pages once rendered.
I only saw this becase the demo site uses vuetify, and it's setting letter-spacing differently inside the v-card-text and body elements.
Ideally, we want to use the same letter-spacing to calculate the output pages as we will eventually render them
There are propbably other properties which are computed or inherited, like letter-spacing, which can affect the layout, but aren't being passed along to the "page" in pageFlow algorithm.
This may mean needing to manually pass the parent/target container node along to the pageFlow calculation so instead of placing the template page inside Body, it can go in the same place we plan to put the content pages once rendered.