<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#outputformats" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Output Formats <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#embeddedimages" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Embedded Images <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#tableofcontents" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Table of Contents <text:tab/>1</text:a></text:p>
+<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#tables" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Tables <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#transclusion" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Transclusion <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#futuresteps" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Future Steps <text:tab/>1</text:a></text:p>
</text:index-body>
</text:list>
-<text:p text:style-name="Standard">**NOTE: You do have to install the MMD support files into the proper location
-**for your system. I would like to make this easier, but haven’t found the
-**best configuration yet.</text:p>
+<text:p text:style-name="Standard"><text:span text:style-name="MMD-Bold">NOTE</text:span>: You do have to install the MMD support files into the proper
+location for your system. I would like to make this easier, but haven’t found
+the best configuration yet.</text:p>
<text:h text:outline-level="4"><text:bookmark text:name="metadata"/>Metadata </text:h>
</text:list>
-<text:p text:style-name="Standard">Additionally, the <text:span text:style-name="Source_20_Text">MMD Header</text:span> and <text:span text:style-name="Source_20_Text">MMD Footer</text:span> metadata work slightly differently. In
-v5, these fields were used to list names of files that should be transcluded before and after
-the main body. In v6, these fields represent the actual text to be inserted. If you want them
-to reference separate files, use the transclusion functionality:</text:p>
+<text:p text:style-name="Standard">Additionally, the <text:span text:style-name="Source_20_Text">MMD Header</text:span> and <text:span text:style-name="Source_20_Text">MMD Footer</text:span> metadata work slightly
+differently. In v5, these fields were used to list names of files that should
+be transcluded before and after the main body. In v6, these fields represent
+the actual text to be inserted. If you want them to reference separate files,
+use the transclusion functionality:</text:p>
<text:p text:style-name="Preformatted Text">Title:<text:tab/>Some Title<text:line-break/>MMD Header:<text:tab/>This is *MMD* text.<text:line-break/>MMD Footer:<text:tab/>{{footer.txt}}<text:line-break/></text:p>
Table of Contents functionality is used when exporting to LaTeX or
OpenDocument formats.</text:p>
+<text:h text:outline-level="4"><text:bookmark text:name="tables"/>Tables </text:h>
+
+<text:p text:style-name="Standard">Tables in MultiMarkdown-6 work basically the same as before, but a caption, if
+present, must come <text:span text:style-name="MMD-Italic">after</text:span> the body of the table, not <text:span text:style-name="MMD-Italic">before</text:span>.</text:p>
+
<text:h text:outline-level="4"><text:bookmark text:name="transclusion"/>Transclusion </text:h>
<text:p text:style-name="Standard">File transclusion works basically the same way – <text:span text:style-name="Source_20_Text">{{file}}</text:span> is used to
<li><a href="#outputformats">Output Formats </a></li>
<li><a href="#embeddedimages">Embedded Images </a></li>
<li><a href="#tableofcontents">Table of Contents </a></li>
+<li><a href="#tables">Tables </a></li>
<li><a href="#transclusion">Transclusion </a></li>
</ul>
</li>
<li><code>tufte-handout</code></li>
</ul>
-<p>**NOTE: You do have to install the <abbr title="MultiMarkdown">MMD</abbr> support files into the proper location
-**for your system. I would like to make this easier, but haven’t found the
-**best configuration yet.</p>
+<p><strong>NOTE</strong>: You do have to install the <abbr title="MultiMarkdown">MMD</abbr> support files into the proper
+location for your system. I would like to make this easier, but haven’t found
+the best configuration yet.</p>
<h4 id="metadata">Metadata </h4>
<code>fr</code>, <code>de</code>, <code>sv</code>. Anything else defaults to English.</p></li>
</ul>
-<p>Additionally, the <code>MMD Header</code> and <code>MMD Footer</code> metadata work slightly differently. In
-v5, these fields were used to list names of files that should be transcluded before and after
-the main body. In v6, these fields represent the actual text to be inserted. If you want them
-to reference separate files, use the transclusion functionality:</p>
+<p>Additionally, the <code>MMD Header</code> and <code>MMD Footer</code> metadata work slightly
+differently. In v5, these fields were used to list names of files that should
+be transcluded before and after the main body. In v6, these fields represent
+the actual text to be inserted. If you want them to reference separate files,
+use the transclusion functionality:</p>
<pre><code>Title: Some Title
MMD Header: This is *MMD* text.
Table of Contents functionality is used when exporting to LaTeX or
OpenDocument formats.</p>
+<h4 id="tables">Tables </h4>
+
+<p>Tables in MultiMarkdown-6 work basically the same as before, but a caption, if
+present, must come <em>after</em> the body of the table, not <em>before</em>.</p>
+
<h4 id="transclusion">Transclusion </h4>
<p>File transclusion works basically the same way – <code>{{file}}</code> is used to
* `tufte-book`
* `tufte-handout`
-**NOTE: You do have to install the MMD support files into the proper location
-**for your system. I would like to make this easier, but haven't found the
-**best configuration yet.
+**NOTE**: You do have to install the MMD support files into the proper
+location for your system. I would like to make this easier, but haven't found
+the best configuration yet.
## Metadata ##
options are `dutch`, `french`, `german`, `germanguillemets`, `swedish`, `nl`,
`fr`, `de`, `sv`. Anything else defaults to English.
-Additionally, the `MMD Header` and `MMD Footer` metadata work slightly differently. In
-v5, these fields were used to list names of files that should be transcluded before and after
-the main body. In v6, these fields represent the actual text to be inserted. If you want them
-to reference separate files, use the transclusion functionality:
+Additionally, the `MMD Header` and `MMD Footer` metadata work slightly
+differently. In v5, these fields were used to list names of files that should
+be transcluded before and after the main body. In v6, these fields represent
+the actual text to be inserted. If you want them to reference separate files,
+use the transclusion functionality:
Title: Some Title
MMD Header: This is *MMD* text.
OpenDocument formats.
+## Tables ##
+
+Tables in MultiMarkdown-6 work basically the same as before, but a caption, if
+present, must come *after* the body of the table, not *before*.
+
+
## Transclusion ##
File transclusion works basically the same way -- `{{file}}` is used to