Sha256: f2664e3b999269ea733e854ef5955468e7c41be31f7d7491475394890a326a2a

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

Stored size: 320 Bytes

Contents

<%= title %>

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

<% notes.each do |label, per_file| %>

<%= label %> 
<%= '-' * (label.size) %>

<%   per_file.each do |file, line_notes| %>

### file://<%= file %>

<% line_notes.sort!{ |a,b| a[0] <=> b[0] } %><% line_notes.each do |line, note| %>
* <%= note %> (<%= line %>)
<% end; end; end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dnote-1.1.4 lib/dnote/templates/markdown.erb
dnote-1.1.3 lib/dnote/templates/markdown.erb
dnote-1.1.2 lib/dnote/templates/markdown.erb