mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
header and footer regexs are gobal options.
This commit is contained in:
parent
46cf9f4762
commit
f0e76f184e
@ -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…
x
Reference in New Issue
Block a user