Method: IsoDoc::HtmlFunction::Html#html_cleanup
- Defined in:
- lib/isodoc/html_function/html.rb
#html_cleanup(x) ⇒ Object
55 56 57 58 59 |
# File 'lib/isodoc/html_function/html.rb', line 55 def html_cleanup(x) footnote_backlinks(html_toc( term_header((html_footnote_filter(html_preface(htmlstyle(x)))))) ) end |