mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
header and footer regexs are gobal options.
This commit is contained in:
parent
46cf9f4762
commit
f0e76f184e
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ def add_pipeline_options(parser, plumber):
|
|||
'margin_top', 'margin_left', 'margin_right',
|
||||
'margin_bottom', 'dont_justify',
|
||||
'insert_blank_line', 'remove_paragraph_spacing',
|
||||
'asciiize',
|
||||
'asciiize', 'remove_header', 'header_regex',
|
||||
'remove_footer', 'footer_regex',
|
||||
]
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue