]> granicus.if.org Git - multimarkdown/commitdiff
ADDED: Update Citations test suite
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 11 Feb 2017 17:13:53 +0000 (12:13 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 11 Feb 2017 17:13:53 +0000 (12:13 -0500)
tests/MMD6Tests/Citations.html
tests/MMD6Tests/Citations.htmlc
tests/MMD6Tests/Citations.text

index bffd65130259da4aba2fd8272b9212ee3f63909a..2de9e9702e1fd0350de38e7f899023bff1ebb3da 100644 (file)
 <ol>
 
 <li id="cn:1">
-<p>John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006. <a href="#cnref:1" title="return to body" class="reversecitation">&#160;&#8617;</a></p>
+<p>John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.
+ <a href="#cnref:1" title="return to body" class="reversecitation">&#160;&#8617;</a></p>
+</li>
+
+<li id="cn:2">
+<p>John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.
+ <a href="#cnref:2" title="return to body" class="reversecitation">&#160;&#8617;</a></p>
 </li>
 
 </ol>
index 2a77d6eb53de4c2f65f0f9246dc2f199be406b54..47e66486fe058e58c98980627eeb19bdad4224c3 100644 (file)
@@ -1,9 +1,13 @@
-<p>[#first]</p>
+<p>[#foo1]</p>
 
-<p>[p. 123][#first]</p>
+<p>[p. 123][#foo1]</p>
 
-<p>[][#first]</p>
+<p>[][#foo1]</p>
 
-<p>[Not Cited][#first]</p>
+<p>[Not Cited][#foo2]</p>
 
-<p>[#first]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
+<p>[#foo1]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
+
+<p>[#foo2]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
+
+<p>[#foo3]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
index 6540e7718210cfcc26f23cab73c088baf81065e2..bd486666dd8b7afef329f1047ec95f3c916e0da8 100644 (file)
@@ -1,10 +1,13 @@
-[#first]
+[#foo1]
 
-[p. 123][#first]
+[p. 123][#foo1]
 
-[][#first]
+[][#foo1]
 
-[Not Cited][#first]
+[Not Cited][#foo2]
 
+[#foo1]: John Doe. *A Totally Fake Book*.  Vanity Press, 2006.
 
-[#first]: John Doe. *A Totally Fake Book*.  Vanity Press, 2006.
+[#foo2]: John Doe. *A Totally Fake Book*.  Vanity Press, 2006.
+
+[#foo3]: John Doe. *A Totally Fake Book*.  Vanity Press, 2006.