It seems to have problems with multi-line headers. When you have something like: ``` file_header_template = this\nspans\nmultiple\nlines ``` the warning will be that it expects it to be all in one line.
It seems to have problems with multi-line headers.
When you have something like:
the warning will be that it expects it to be all in one line.