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
Before your header in .md file. I'm doing like so :
### Client
The `Client` is basically a singleton shared within one process. To get an instance of the client, call the `getInstance()` method from the `TornadoClient` class.
<div style="page-break-before: always !important;"/>
### Workflow
![](assets/client-workflow-diagram.jpg)
This will start a Workflow header on new page in PDF.
At the moment there's no possibility to enforce this automatically, only manually by changing the .md files as showed above.
But it should be not hard to provide another option to the tool, that will enable/disable this functional by adding page-break-beforediv before new Header in generated html.
I would expect that a new TOC item (h1) would start on a new page in the pdf. How to enforce that?
Thanks
The text was updated successfully, but these errors were encountered: