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
Seems like a useful feature to have, but CommonMark doesn't define any way to create page breaks. This stackoverflow post suggests using some html to do it:
<divstyle="page-break-after: always;"></div>
We could also try making extra long thematic breaks page breaks. I.E. five or more on a line = page break.
*****
Or two thematic breaks in a row:
***
***
I'm open to discussion on if and how explicit page breaks could be implemented.
The text was updated successfully, but these errors were encountered:
I went for HTML style page breaks. A caveat is that, currently, a pagebreak is only created when style is exactlypage-break-after:always;. Any spaces or other style code will be ignored.
Seems like a useful feature to have, but CommonMark doesn't define any way to create page breaks. This stackoverflow post suggests using some html to do it:
We could also try making extra long thematic breaks page breaks. I.E. five or more on a line = page break.
Or two thematic breaks in a row:
I'm open to discussion on if and how explicit page breaks could be implemented.
The text was updated successfully, but these errors were encountered: