We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f4d2f commit 79b4549Copy full SHA for 79b4549
src/plugin/pagebreaks.js
@@ -10,7 +10,7 @@ var orig = {
10
11
// Add pagebreak default options to the Worker template.
12
Worker.template.opt.pagebreak = {
13
- mode: ['css', 'legacy'], // 'avoid-all', 'css', 'legacy'
+ mode: ['avoid-all', 'css', 'legacy'], // All options: 'avoid-all', 'css', 'legacy'
14
before: [],
15
after: [],
16
avoid: []
0 commit comments