Method: IsoDoc::Function::Cleanup#cleanup
- Defined in:
- lib/isodoc/function/cleanup.rb
#cleanup(docxml) ⇒ Object
16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/isodoc/function/cleanup.rb', line 16 def cleanup(docxml) @i18n ||= i18n_init(@lang, @script, @locale) 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 |