<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#emphandstrong" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Emph and Strong <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#epub3support" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">EPUB 3 Support <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#fencedcodeblocks" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Fenced Code Blocks <text:tab/>1</text:a></text:p>
+<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#footnotes" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Footnotes <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#glossaryterms" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Glossary Terms <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#internationalization" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Internationalization <text:tab/>1</text:a></text:p>
<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#latexchanges" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">LaTeX Changes <text:tab/>1</text:a></text:p>
<text:p text:style-name="Standard">Citations can be specified using an inline syntax, just like inline footnotes.</text:p>
+<text:p text:style-name="Standard">The HTML output for citations now uses parentheses instead of brackets, e.g.
+<text:span text:style-name="Source_20_Text">(1)</text:span> instead of <text:span text:style-name="Source_20_Text">[1]</text:span>.</text:p>
+
<text:h text:outline-level="4"><text:bookmark text:name="criticmarkup"/>CriticMarkup </text:h>
<text:p text:style-name="Standard">MMD v6 has improved support for <text:a xlink:type="simple" xlink:href="http://criticmarkup.com/">CriticMarkup</text:a>, both in terms of parsing, and
</text:list>
+<text:h text:outline-level="4"><text:bookmark text:name="footnotes"/>Footnotes </text:h>
+
+<text:p text:style-name="Standard">The HTML output for footnotes now uses superscripts instead of brackets, e.g.
+<text:span text:style-name="Source_20_Text"><sup>1</sup></text:span> instead of <text:span text:style-name="Source_20_Text">[1]</text:span>.</text:p>
+
<text:h text:outline-level="4"><text:bookmark text:name="glossaryterms"/>Glossary Terms </text:h>
<text:p text:style-name="Standard">If there are terms in your document you wish to define in a glossary<text:note text:id="gn3" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">The
<li><a href="#emphandstrong">Emph and Strong </a></li>
<li><a href="#epub3support">EPUB 3 Support </a></li>
<li><a href="#fencedcodeblocks">Fenced Code Blocks </a></li>
+<li><a href="#footnotes">Footnotes </a></li>
<li><a href="#glossaryterms">Glossary Terms </a></li>
<li><a href="#internationalization">Internationalization </a></li>
<li><a href="#latexchanges">LaTeX Changes </a></li>
<p>Citations can be specified using an inline syntax, just like inline footnotes.</p>
+<p>The HTML output for citations now uses parentheses instead of brackets, e.g.
+<code>(1)</code> instead of <code>[1]</code>.</p>
+
<h4 id="criticmarkup">CriticMarkup </h4>
<p><abbr title="MultiMarkdown">MMD</abbr> v6 has improved support for <a href="http://criticmarkup.com/">CriticMarkup</a>, both in terms of parsing, and
considered to be part of the code block.</p></li>
</ol>
+<h4 id="footnotes">Footnotes </h4>
+
+<p>The HTML output for footnotes now uses superscripts instead of brackets, e.g.
+<code><sup>1</sup></code> instead of <code>[1]</code>.</p>
+
<h4 id="glossaryterms">Glossary Terms </h4>
<p>If there are terms in your document you wish to define in a <a href="#gn:3" id="gnref:3" title="see glossary" class="glossary">glossary</a> at
Citations can be specified using an inline syntax, just like inline footnotes.
+The HTML output for citations now uses parentheses instead of brackets, e.g.
+`(1)` instead of `[1]`.
+
## CriticMarkup ##
considered to be part of the code block.
+## Footnotes ##
+
+The HTML output for footnotes now uses superscripts instead of brackets, e.g.
+`<sup>1</sup>` instead of `[1]`.
+
+
## Glossary Terms ##
If there are terms in your document you wish to define in a [?(glossary) The