Module: Hemingway::QuoteNode

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

Instance Method Summary collapse

Instance Method Details

#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