# File lib/asciidoctor/backends/html5.rb, line 838 def result(node) if node.attr? 'icons', 'font' %(<i class="conum">#{node.text}</i>) elsif node.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.