lib/asciidoctor/iso/validate_section.rb in asciidoctor-iso-0.9.6 vs lib/asciidoctor/iso/validate_section.rb in asciidoctor-iso-0.9.7
- old
+ new
@@ -187,9 +187,10 @@
end
end
def asset_style(root)
root.xpath("//example | //termexample").each { |e| example_style(e) }
+ root.xpath("//definition").each { |e| definition_style(e) }
root.xpath("//note").each { |e| note_style(e) }
root.xpath("//fn").each { |e| footnote_style(e) }
root.xpath(ASSETS_TO_STYLE).each { |e| style(e, extract_text(e)) }
asset_title_style(root)
norm_bibitem_style(root)