From 03f973468fe00753636cdbc6b3ec1a0f6cbde6cf Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 28 Mar 2010 01:49:00 -0700 Subject: [PATCH] Allow examples to pass a description as a block. --- doc-src/layouts/partials/example.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc-src/layouts/partials/example.haml b/doc-src/layouts/partials/example.haml index ef14aa50..42c97ee4 100644 --- a/doc-src/layouts/partials/example.haml +++ b/doc-src/layouts/partials/example.haml @@ -1,5 +1,7 @@ %h1= @item[:title] += yield + %table#example{:cellspacing=>"0", :cellpadding=>"0", :border=>"0"} %tr.source %th HTML