Class: Qiita::Markdown::Greenmat::HTMLToCRenderer::HeadingAnchor

Inherits:
AbstractHeading
  • Object
show all
Defined in:
lib/qiita/markdown/greenmat/html_toc_renderer.rb

Instance Method Summary collapse

Instance Method Details

#incrementObject



60
61
62
# File 'lib/qiita/markdown/greenmat/html_toc_renderer.rb', line 60

def increment
  counter[id] += 1
end

#to_sObject



56
57
58
# File 'lib/qiita/markdown/greenmat/html_toc_renderer.rb', line 56

def to_s
  "<a href=\"##{suffixed_id}\">#{text}</a>\n"
end