lib/isodoc/iho/html_convert.rb in metanorma-iho-0.7.14 vs lib/isodoc/iho/html_convert.rb in metanorma-iho-0.8.0

- old
+ new

@@ -10,26 +10,9 @@ class HtmlConvert < IsoDoc::Generic::HtmlConvert def configuration Metanorma::IHO.configuration end -=begin - def make_body3(body, docxml) - body.div **{ class: "main-section" } do |div3| - boilerplate docxml, div3 - preface_block docxml, div3 - abstract docxml, div3 - foreword docxml, div3 - introduction docxml, div3 - preface docxml, div3 - acknowledgements docxml, div3 - middle docxml, div3 - footnotes div3 - comments div3 - end - end -=end - include BaseConvert include Init end end end