class Gmi2html::NodeRenderers::SubSubHeading

Public Instance Methods

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