Method: Hemingway::QuoteNode#html

Defined in:
lib/hemingway/block/quote/quote_nodes.rb

#html(block_content) ⇒ Object



4
5
6
# File 'lib/hemingway/block/quote/quote_nodes.rb', line 4

def html(block_content)
  Build.tag("blockquote", block_content.html)
end