Class: Qiita::Markdown::Greenmat::HTMLToCRenderer::HeadingAnchor
- Inherits:
-
AbstractHeading
- Object
- AbstractHeading
- Qiita::Markdown::Greenmat::HTMLToCRenderer::HeadingAnchor
- Defined in:
- lib/qiita/markdown/greenmat/html_toc_renderer.rb
Instance Method Summary collapse
Instance Method Details
#increment ⇒ Object
60 61 62 |
# File 'lib/qiita/markdown/greenmat/html_toc_renderer.rb', line 60 def increment counter[id] += 1 end |
#to_s ⇒ Object
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 |