Method: IsoDoc::HtmlFunction::Footnotes#footnotes

Defined in:
lib/isodoc/html_function/footnotes.rb

#footnotes(div) ⇒ Object



4
5
6
7
8
# File 'lib/isodoc/html_function/footnotes.rb', line 4

def footnotes(div)
  return if @footnotes.empty?

  @footnotes.each { |fn| div.parent << fn }
end