Sha256: 38cfb1b8cf3222b9ccb6226e3823098902df15d9e0dc7c660c50d7b0d64aa25c
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 Bytes
Contents
!!! %html %head %title Murdoc %style=stylesheet %body - annotated_files.each do |af| .document{:class => af.source_type} / metadata: = af.metadata.inspect - af.formatted_paragraphs.each_with_index do |p, j| / paragraph metadata: = p.metadata.inspect %section - if j == 0 %label= File.basename(af.filename) = p.formatted_annotation - unless p.source.empty? %figure %ol - 1.upto(p.source.split("\n").size) do |i| %li= i + p.starting_line <code>#{p.formatted_source.gsub("\n", '
')}</code>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
murdoc-0.2.1 | markup/template_multifile.haml |