Method: IsoDoc::HtmlFunction::Html#make_body2
- Defined in:
- lib/isodoc/html_function/html.rb
#make_body2(body, _docxml) ⇒ Object
27 28 29 30 31 32 33 34 |
# File 'lib/isodoc/html_function/html.rb', line 27 def make_body2(body, _docxml) return if @bare body.div class: "prefatory-section" do |div2| div2.p { |p| p << " " } # placeholder end section_break(body) end |