# File 'lib/hemingway/block/list/list_nodes.rb', line 27defdescription_htmllabel_tag=label.empty??"":Build.tag("dt",label.html)label_tag+Build.tag("dd",sequence.elements.map{|e|e.html}.join)end
#list_html ⇒ Object
22
23
24
25
# File 'lib/hemingway/block/list/list_nodes.rb', line 22deflist_htmllabel_tag=label.empty??"":Build.tag("span",label.html,:class=>"list-label")Build.tag("li",label_tag+sequence.elements.map{|e|e.html}.join)end