apps/blueprint/models/epic.rb in brief-1.10.0 vs apps/blueprint/models/epic.rb in brief-1.10.1
- old
+ new
@@ -41,10 +41,11 @@
paragraphs "p"
define_section "Features" do
each("h2").has(:title => "h2",
:paragraph => "p:first-of-type",
- :components => "p:first-of-type strong"
+ :components => "p:first-of-type strong",
+ :tasks => "ul li"
)
each("h2").is_a :feature
end
end