Sha256: e9af3096c2071e6ded48ed43225f29ffce2e2db120f466cf4860ee474137150f

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

.table-of-contents
  - if current_page.data.title.blank?
    .strong-text Textile Reference Manual
  ul.no-bullet
    li= link_to 'Introduction', textile_manual_link(nil)
    - contents.each do |slug, chapter|
      li
        = link_to chapter.title, textile_manual_link(slug)
        ul
          - chapter.sections.each do |anchor, section|
            li= link_to section.keys.first, textile_manual_link("#{slug}##{anchor}")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
textile_manual-0.0.4 source/partials/_textile_toc.html.slim
textile_manual-0.0.3 source/partials/_textile_toc.html.slim
textile_manual-0.0.2 source/partials/_textile_toc.html.slim