Method: IsoDoc::WordFunction::Body#ddef_other_paras

Defined in:
lib/isodoc/word_function/lists.rb

#ddef_other_paras(out, ddef) ⇒ Object



59
60
61
62
# File 'lib/isodoc/word_function/lists.rb', line 59

def ddef_other_paras(out, ddef)
  ddef.elements&.first&.name == "p" or return
  ddef.children[1..].each { |n| parse(n, out) }
end