Commit 05571db1 authored by Erik van der Kolk's avatar Erik van der Kolk

Add <caption> to Supported table markup example

parent 1ae19459
...@@ -802,6 +802,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline. ...@@ -802,6 +802,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</table> </table>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;table&gt; &lt;table&gt;
&lt;caption&gt;&lt;/caption&gt;
&lt;thead&gt; &lt;thead&gt;
&lt;tr&gt; &lt;tr&gt;
&lt;th&gt;&lt;/th&gt; &lt;th&gt;&lt;/th&gt;
......
...@@ -739,6 +739,7 @@ ...@@ -739,6 +739,7 @@
</table> </table>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;table&gt; &lt;table&gt;
&lt;caption&gt;&lt;/caption&gt;
&lt;thead&gt; &lt;thead&gt;
&lt;tr&gt; &lt;tr&gt;
&lt;th&gt;&lt;/th&gt; &lt;th&gt;&lt;/th&gt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment