Sha256: b943423a20ea40541ab71c0da042bccd02b86cbe71751f0bbf8ab07d90338bdb

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

<% if group.length > 0 -%>
## <%= group_name %>
<% if priv -%>
### Public <%= group_name %>
<% group.each do |item| -%>
<% unless item[:private] -%>
* [`<%= item[:name] %>`](#<%= item[:link] %>): <%= item[:desc] %>
<% end -%>
<% end -%>
### Private <%= group_name %>
<% group.each do |item| -%>
<% if item[:private] -%>
* `<%= item[:name] %>`: <%= item[:desc] %>
<% end -%>
<% end -%>
<% else -%>
<% group.each do |item| -%>
* [`<%= item[:name] %>`](#<%= item[:link] %>): <%= item[:desc] %>
<% end -%>
<% end -%>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puppet-strings-1.2.1 lib/puppet-strings/markdown/templates/table_of_contents.erb
puppet-strings-1.2.0 lib/puppet-strings/markdown/templates/table_of_contents.erb