aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/toc_out_of_order.html
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:17 +0000
commitf4528fb23dd6c0876dc2bcc4d18ab8b1bc924a99 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/extensions/toc_out_of_order.html
parent26bcb66e09065a97476054481219829e2a8cb40e (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-f4528fb23dd6c0876dc2bcc4d18ab8b1bc924a99.tar.gz
Change-Id: I253aff4e7e36020f346c6023a86261028dd55fdf
Diffstat (limited to 'tests/extensions/toc_out_of_order.html')
-rw-r--r--tests/extensions/toc_out_of_order.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extensions/toc_out_of_order.html b/tests/extensions/toc_out_of_order.html
new file mode 100644
index 0000000..93d8b04
--- /dev/null
+++ b/tests/extensions/toc_out_of_order.html
@@ -0,0 +1,8 @@
+<div class="toc">
+<ul>
+<li><a href="#header-2">Header 2</a></li>
+<li><a href="#header-1">Header 1</a></li>
+</ul>
+</div>
+<h2 id="header-2">Header 2</h2>
+<h1 id="header-1">Header 1</h1> \ No newline at end of file