Method: IsoDoc::HtmlFunction::Html#html_cleanup

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

#html_cleanup(html) ⇒ Object



27
28
29
30
31
32
# File 'lib/isodoc/html_function/postprocess.rb', line 27

def html_cleanup(html)
  html = term_header(html_footnote_filter(html_preface(htmlstyle(html))))
  html = footnote_format(footnote_backlinks(html_toc(html)))
  html = mathml(html_list_clean(remove_placeholder_paras(html)))
  sourcecode_cleanup(html)
end