Method: IsoDoc::Function::ToWordHtml#make_body2

Defined in:
lib/isodoc/function/to_word_html.rb

#make_body2(body, _docxml) ⇒ Object



39
40
41
42
43
44
# File 'lib/isodoc/function/to_word_html.rb', line 39

def make_body2(body, _docxml)
  body.div class: "prefatory-section" do |div2|
    div2.p { |p| p << "&#xa0;" } # placeholder
  end
  section_break(body)
end