apps/blueprint/models/outline.rb in brief-1.12.7 vs apps/blueprint/models/outline.rb in brief-1.12.8

- old
+ new

@@ -3,18 +3,14 @@ defined_in Pathname(__FILE__) meta do type + title + tags Array end content do - h1 "h1" - h2 "h2" - h3 "h3" - h4 "h4" - h5 "h5" - h6 "h6" headings "h1,h2,h3,h4,h5,h6" settings "code.yaml:first-of-type", :serialize => :yaml, :hide => true nested_links "li a"