16 17 18 19 20 21 22
# File 'lib/hemingway/block/quote/quote_nodes.rb', line 16 def html paragraph_content = sequence.elements.map do |element| element.html end.join Build.tag("p", paragraph_content) end