Module: Hemingway::QuoteEntryNode

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



10
11
12
# File 'lib/hemingway/block/quote/quote_nodes.rb', line 10

def html
  elements.map { |e| e.html }.join
end