header and footer regexs are gobal options.

This commit is contained in:
John Schember 2009-08-16 13:22:15 -04:00
parent 46cf9f4762
commit f0e76f184e

View File

@ -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',
]
),