Method: IsoDoc::HtmlFunction::Html#make_body1

Defined in:
lib/isodoc/html_function/html.rb

#make_body1(body, _docxml) ⇒ Object



18
19
20
21
22
23
24
25
# File 'lib/isodoc/html_function/html.rb', line 18

def make_body1(body, _docxml)
  return if @bare

  body.div class: "title-section" do |div1|
    div1.p { |p| p << "&#xa0;" } # placeholder
  end
  section_break(body)
end