booktype / python-ooxml

Python library for parsing .docx (Office Open XML) files
GNU Affero General Public License v3.0
52 stars 24 forks source link

Footnotes support only one paragraph #6

Closed aerkalov closed 7 years ago

aerkalov commented 9 years ago

Footnotes support only one paragraph while they could be made out of multiple paragraphs. This is exactly like it is for endnotes. Just parse all the paragraphs and store them together.