]> granicus.if.org Git - multimarkdown/commitdiff
ADDED: Update Inline Footnote test
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sun, 5 Mar 2017 17:07:36 +0000 (12:07 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sun, 5 Mar 2017 17:07:36 +0000 (12:07 -0500)
tests/MMD6Tests/Inline Footnotes.fodt
tests/MMD6Tests/Inline Footnotes.html
tests/MMD6Tests/Inline Footnotes.htmlc
tests/MMD6Tests/Inline Footnotes.tex
tests/MMD6Tests/Inline Footnotes.text

index a45fa64b21047842576682ab45f2cfa109888b0c..bf8f5022346389612932474817f71476270aa97c 100644 (file)
 <text:p text:style-name="Standard">Inline.<text:note text:id="fn2" text:note-class="footnote"><text:note-body><text:p text:style-name="Footnote">foo <text:span text:style-name="MMD-Italic">bar</text:span>
 <text:a xlink:type="simple" xlink:href="/bar">foo</text:a>
 <text:span text:style-name="MMD-Bold">foo</text:span>.</text:p></text:note-body></text:note></text:p>
+
+<text:p text:style-name="Standard">Inline.<text:note text:id="fn3" text:note-class="footnote"><text:note-body><text:p text:style-name="Footnote">foo <text:span text:style-name="MMD-Italic">bar</text:span></text:p></text:note-body></text:note></text:p>
 </office:text>
 </office:body>
 </office:document>
index aea0650ad88ff058cd75c9e3afae3962ebe5233e..811f4199b1bc8c3030f8c74dfb27df97ced6f454 100644 (file)
@@ -10,6 +10,8 @@
 
 <p>Inline.<a href="#fn:2" id="fnref:2" title="see footnote" class="footnote">[2]</a></p>
 
+<p>Inline.<a href="#fn:3" id="fnref:3" title="see footnote" class="footnote">[3]</a></p>
+
 <div class="footnotes">
 <hr />
 <ol>
 <strong>foo</strong>. <a href="#fnref:2" title="return to body" class="reversefootnote">&#160;&#8617;</a></p>
 </li>
 
+<li id="fn:3">
+<p>foo <em>bar</em> <a href="#fnref:3" title="return to body" class="reversefootnote">&#160;&#8617;</a></p>
+</li>
+
 </ol>
 </div>
 
index fba65ee9b6d2f32925ce02e7cb76e45459298da9..f1fcf66ccbb4447cf6757d368dd21274bb5ae6be 100644 (file)
@@ -6,3 +6,5 @@ latex config:   article</p>
 <p>Inline.[^foo <em>bar</em>
 <a href="/bar">foo</a>
 <strong>foo</strong>.]</p>
+
+<p>Inline.[^foo <em>bar</em>]</p>
index 5ff14a852e2df171e708fc0b3a3aa5e4a8377a34..d3f70da170621b95add1c72b96c7d4200fc8c863 100644 (file)
@@ -8,5 +8,7 @@ Inline.\footnote{foo \emph{bar}
 \href{/bar}{foo}\footnote{\href{/bar}{\slash bar}}
 \textbf{foo}.}
 
+Inline.\footnote{foo \emph{bar}}
+
 \input{mmd6-article-footer}
 \end{document}
index 653d670c72565ec5bc660f3d63494e92cb1e6631..c88fc32806e783050805f82f8359506e5115871c 100644 (file)
@@ -6,3 +6,5 @@ Inline.[^foo *bar*]
 Inline.[^foo *bar*
 [foo](/bar)
 **foo**.]
+
+Inline.[^foo *bar*]