Class: Gmi2html::NodeRenderers::Quote

Inherits:
Base
  • Object
show all
Defined in:
lib/gmi2html/node_renderers/quote.rb

Instance Method Summary collapse

Methods inherited from Base

#content, #escaped_content, for_gemtext, #initialize, #render, #to_s

Constructor Details

This class inherits a constructor from Gmi2html::NodeRenderers::Base

Instance Method Details

#tagObject



6
7
8
# File 'lib/gmi2html/node_renderers/quote.rb', line 6

def tag
  'blockquote'
end