Sha256: 981bd18567884eaa1853901dae9a1ebb0c48cec678a84b615eaede7de4dc659a
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 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 %> (<%= line %>) <% end; end; end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dnote-1.1 | lib/dnote/templates/markdown.erb |