diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-02-12 15:45:28 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-02-12 15:53:20 -0500 |
commit | 7e0b959ef2a64f2339be28f258b895d7a79003a8 (patch) | |
tree | e4383c374ceaa8f8afc6a4659b85fcb6927d62f6 /tests/extensions-x-toc/nested2.html | |
parent | 8f62bb0a6ce46055a2decbae6b33d53922c758b8 (diff) | |
download | markdown-7e0b959ef2a64f2339be28f258b895d7a79003a8.tar.gz markdown-7e0b959ef2a64f2339be28f258b895d7a79003a8.tar.bz2 markdown-7e0b959ef2a64f2339be28f258b895d7a79003a8.zip |
Moved remaining tests from merge
Diffstat (limited to 'tests/extensions-x-toc/nested2.html')
-rw-r--r-- | tests/extensions-x-toc/nested2.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/extensions-x-toc/nested2.html b/tests/extensions-x-toc/nested2.html deleted file mode 100644 index bf87716..0000000 --- a/tests/extensions-x-toc/nested2.html +++ /dev/null @@ -1,14 +0,0 @@ -<div class="toc"> -<ul> -<li><a href="#start-with-header-other-than-one">Start with header other than one.</a></li> -<li><a href="#header-3">Header 3</a><ul> -<li><a href="#header-4">Header 4</a></li> -</ul> -</li> -<li><a href="#header-3_1">Header 3</a></li> -</ul> -</div> -<h3 id="start-with-header-other-than-one">Start with header other than one.</h3> -<h3 id="header-3">Header 3</h3> -<h4 id="header-4">Header 4</h4> -<h3 id="header-3_1">Header 3</h3>
\ No newline at end of file |