Method: IsoDoc::HtmlFunction::Html#html_toc_entry
- Defined in:
- lib/isodoc/html_function/html.rb
#html_toc_entry(level, header) ⇒ Object
262 263 264 |
# File 'lib/isodoc/html_function/html.rb', line 262 def html_toc_entry(level, header) %(<li class="h#{level}"><a href="##{header['id']}">#{header_strip(header)}</a></li>) end |