diff options
Diffstat (limited to 'tests/extensions-x-toc')
-rw-r--r-- | tests/extensions-x-toc/nested.html | 16 | ||||
-rw-r--r-- | tests/extensions-x-toc/nested.txt | 9 | ||||
-rw-r--r-- | tests/extensions-x-toc/nested2.html | 14 | ||||
-rw-r--r-- | tests/extensions-x-toc/nested2.txt | 10 |
4 files changed, 0 insertions, 49 deletions
diff --git a/tests/extensions-x-toc/nested.html b/tests/extensions-x-toc/nested.html deleted file mode 100644 index a8a1583..0000000 --- a/tests/extensions-x-toc/nested.html +++ /dev/null @@ -1,16 +0,0 @@ -<h1 id="header-a">Header A</h1> -<h2 id="header-1">Header 1</h2> -<h3 id="header-i">Header i</h3> -<h1 id="header-b">Header B</h1> -<div class="toc"> -<ul> -<li><a href="#header-a">Header A</a><ul> -<li><a href="#header-1">Header 1</a><ul> -<li><a href="#header-i">Header i</a></li> -</ul> -</li> -</ul> -</li> -<li><a href="#header-b">Header B</a></li> -</ul> -</div>
\ No newline at end of file diff --git a/tests/extensions-x-toc/nested.txt b/tests/extensions-x-toc/nested.txt deleted file mode 100644 index 9b515f9..0000000 --- a/tests/extensions-x-toc/nested.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Header A - -## Header 1 - -### Header i - -# Header B - -[TOC] 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 diff --git a/tests/extensions-x-toc/nested2.txt b/tests/extensions-x-toc/nested2.txt deleted file mode 100644 index 9db4d8c..0000000 --- a/tests/extensions-x-toc/nested2.txt +++ /dev/null @@ -1,10 +0,0 @@ -[TOC] - -### Start with header other than one. - -### Header 3 - -#### Header 4 - -### Header 3 - |