10 11 12 13
# File 'lib/docxi/word/footnotes.rb', line 10 def render(zip) zip.put_next_entry('word/footnotes.xml') zip.write(Docxi.to_xml(document)) end