class Gmi2html::NodeRenderers::Heading

Public Instance Methods

tag() click to toggle source
# File lib/gmi2html/node_renderers/heading.rb, line 6
def tag
  'h1'
end