Skip to content

Commit 79b4549

Browse files
committed
Add avoid-all to default pagebreak behaviour
1 parent 25f4d2f commit 79b4549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/pagebreaks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var orig = {
1010

1111
// Add pagebreak default options to the Worker template.
1212
Worker.template.opt.pagebreak = {
13-
mode: ['css', 'legacy'], // 'avoid-all', 'css', 'legacy'
13+
mode: ['avoid-all', 'css', 'legacy'], // All options: 'avoid-all', 'css', 'legacy'
1414
before: [],
1515
after: [],
1616
avoid: []

0 commit comments

Comments
 (0)