Method: IsoDoc::Function::Cleanup#cleanup
- Defined in:
- lib/isodoc/function/cleanup.rb
#cleanup(docxml) ⇒ Object
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/isodoc/function/cleanup.rb', line 23 def cleanup(docxml) @i18n ||= i18n_init(@lang, @script) comment_cleanup(docxml) footnote_cleanup(docxml) inline_header_cleanup(docxml) figure_cleanup(docxml) table_cleanup(docxml) symbols_cleanup(docxml) example_cleanup(docxml) admonition_cleanup(docxml) end |