# File lib/asciidoctor/backends/html5.rb, line 997 def result(node) if node.document.attr? 'icons', 'font' %(<i class="conum" data-value="#{node.text}"></i><b>(#{node.text})</b>) elsif node.document.attr? 'icons' src = node.icon_uri("callouts/#{node.text}") %(<img src="#{src}" alt="#{node.text}">) else "<b>(#{node.text})</b>" end end
Generated with the Darkfish Rdoc Generator 2.