Sha256: b7748c4af618b1d3eacf4f293ceb7e2c84da4695f3150e1fadfb06985a70c839
Contents?: true
Size: 609 Bytes
Versions: 12
Compression:
Stored size: 609 Bytes
Contents
class Brief::Apps::Blueprint::Release include Brief::Model defined_in Pathname(__FILE__) meta do title status tags Array end content do paragraph "p:first-of-type" paragraps "p" title "h1:first-of-type", :hide => true tagline "h2:first-of-type", :hide => true yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true define_section "Features" do each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :components => "p:first-of-type strong" ) end end end
Version data entries
12 entries across 12 versions & 1 rubygems