lib/asciidoctor/iso/section.rb in metanorma-iso-1.0.3 vs lib/asciidoctor/iso/section.rb in metanorma-iso-1.0.4

- old
+ new

@@ -19,10 +19,11 @@ "terms, definitions and abbreviations", "terms, definitions and abbreviated terms" @term_def = true term_def_parse(a, xml, node, true) @term_def = false - when "symbols and abbreviated terms" + when "symbols and abbreviated terms", + "abbreviations", "abbreviated terms", "symbols" symbols_parse(a, xml, node) when "bibliography" then bibliography_parse(a, xml, node) else if @term_def then term_def_subclause_parse(a, xml, node) elsif @biblio then bibliography_parse(a, xml, node)