Sha256: 531c094a778b9635ade0df07bad30023f78d859aaaa5e45cc4df250b4ca797d2

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

# <%= title %><% notes.each do |label, per_file| %>

## <%= label %>
<%   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.gsub("\n", ' ') %> (<%= line %>)
<% end; end; end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dnote-1.1.1 lib/dnote/templates/markdown.erb