Sha256: 77bed86b076b3d289b084381da359f2c4b2aa1561d44c888e9b43d107fe7cb87

Contents?: true

Size: 278 Bytes

Versions: 7

Compression:

Stored size: 278 Bytes

Contents

<%= title %>

<%= '=' * title.size %>


<% notes.each_with_index do |note, index| %>
<%= "%s" % [index+1] %>. <%= note.label %>: <%= h note.textline %> (<%= note.file %>: <%= note.line %>)
<% if note.code? %><%= "\n" + note.code.tabset(4).rstrip + "\n\n" %><% end %>
<% end %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
mvz-dnote-1.10.0 lib/dnote/templates/md/list.erb
mvz-dnote-1.9.0 lib/dnote/templates/md/list.erb
mvz-dnote-1.8.0 lib/dnote/templates/md/list.erb
mvz-dnote-1.7.2 lib/dnote/templates/md/list.erb
mvz-dnote-1.7.1 lib/dnote/templates/md/list.erb
dnote-1.7.1 lib/dnote/templates/md/list.erb
dnote-1.7.0 lib/dnote/templates/md/list.erb