- if start is not None and start.tag in self.footnote_tags:
- footnote = ' '.join(start.itertext())
- elif end is not None and footnote is not None and end.tag in self.footnote_tags:
- doc = add_part(snippets, header_index=position, header_type=header.tag,
- content=footnote)
+ # if start is not None and start.tag in self.footnote_tags:
+ # footnote = ' '.join(start.itertext())
+ # elif end is not None and footnote is not None and end.tag in self.footnote_tags:
+ # doc = add_part(snippets, header_index=position, header_type=header.tag,
+ # content=footnote)