From d8b3e48e1450bc0c49548c6cbd1139f7910b1c00 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 31 Mar 2013 22:58:01 -0700 Subject: [PATCH] add proper markup to list group in panels section --- docs/docs.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index 94826ffde8..ad944f6303 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4627,8 +4627,18 @@ For example, <section> should be wrapped as inline. {% highlight html linenos %}
+
Panel heading
- Panel content +

...

+ + +
{% endhighlight %}