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
Hi! Actually, this is a duplicate issue. #9 (comment)
You can just use the code mentioned to replace the <!-- PAGE_BREAK --> you used in the markdown files. And just as I mentioned in all the previous issues, pdf generation is dependent on mdbook html generation, if you prefer your method, these can get realized by mdbook directly.
In some cases it makes sense to define where pages should break such as around images so that they are rendered on a single page.
This might be accomplished with
<!-- PAGE_BREAK -->
Then in the html a CSS rule could be inserted, something like
and then replacing the PAGE_BREAK instruction with an empty div:
I have been successfully using the plugin otherwise, and am happy to continue doing so - this would just be a quality-of-life improvement.
The text was updated successfully, but these errors were encountered: