Sha256: b2c0a74e92f11b2415ca03948e7cc5291c978dd4424a3bd5a99f59ff0595ec79
Contents?: true
Size: 345 Bytes
Versions: 11
Compression:
Stored size: 345 Bytes
Contents
<h1><%= object.index %>. <%= object.title %></h1> <% object.sections.each do |section| if section.title %> <h2> <a name="s<%= section.index %>"></a> <%= object.index %>.<%= section.index %>. <%= section.title %> </h2> <% end %> <div class="section"> <%= section.content.to_html %> </div> <% end %>
Version data entries
11 entries across 11 versions & 4 rubygems