From 05571db10990ff66d312abc9cd25144dad36517d Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 13:40:37 +0200 Subject: [PATCH] Add to Supported table markup example --- docs/base-css.html | 1 + docs/templates/pages/base-css.mustache | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/base-css.html b/docs/base-css.html index 3ea3bdce36..b24d3eea41 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -802,6 +802,7 @@ For example, <code>section</code> should be wrapped as inline.
 <table>
+  <caption>…</caption>
   <thead>
     <tr>
       <th>…</th>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 4cc21e9755..b6a88b8542 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -739,6 +739,7 @@
           
 
 <table>
+  <caption>…</caption>
   <thead>
     <tr>
       <th>…</th>