]> granicus.if.org Git - multimarkdown/commitdiff
ADDED: Additional HTML Block testing
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 24 Jan 2017 00:42:36 +0000 (19:42 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 24 Jan 2017 00:42:36 +0000 (19:42 -0500)
tests/MMD6Tests/HTML Blocks.html
tests/MMD6Tests/HTML Blocks.htmlc
tests/MMD6Tests/HTML Blocks.text

index 28b8c96afeba4f6500e40679f8f3bfeeeffc8edd..fa2df81f8d3c69125fe1d2e9edcc52c8682ad693 100644 (file)
 [foo][foo]
 </div>
 
+<div>
+
+<h1 id="foo">foo </h1>
+
+<p><a href="#foo">foo</a></p>
+
+</div>
+
 <!-- This is a *comment* -->
 
 <!-- This is a
index 105d332dd20b5a4a582c3a19ba3dc1e3291c1fb8..01a0c5ef6df5dbb5db56dd1a8bf6a1e5d11d2559 100644 (file)
 [foo][foo]
 </div>
 
+<div>
+
+<h1>foo </h1>
+
+<p>[foo][foo]</p>
+
+</div>
+
 <!-- This is a *comment* -->
 
 <!-- This is a
index 2c6f077cfae061b4130170c62a3e704544eadc69..5038a714b759f95acbda972c3eedffa214ecc552 100644 (file)
@@ -53,6 +53,14 @@ foo
 [foo][foo]
 </div>
 
+<div>
+
+# foo #
+
+[foo][foo]
+
+</div>
+
 <!-- This is a *comment* -->
 
 <!-- This is a