aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/toc_nested2.html
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-11-04 20:35:11 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2022-11-04 20:35:11 +0000
commitd11b75301624f3c59c7243ad1e75243446f5c229 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/extensions/toc_nested2.html
parentf94cfcb46cac5900c86c14ab81db9aac90978889 (diff)
downloadmarkdown-d11b75301624f3c59c7243ad1e75243446f5c229.tar.gz
Upgrade markdown to 3.4.1
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update markdown For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I96b25097329b04dcfd580791826971ce299c12f1
Diffstat (limited to 'tests/extensions/toc_nested2.html')
-rw-r--r--tests/extensions/toc_nested2.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/extensions/toc_nested2.html b/tests/extensions/toc_nested2.html
new file mode 100644
index 0000000..2d8fa2d
--- /dev/null
+++ b/tests/extensions/toc_nested2.html
@@ -0,0 +1,14 @@
+<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.<a class="headerlink" href="#start-with-header-other-than-one" title="Permanent link">[link]</a></h3>
+<h3 id="header-3">Header 3<a class="headerlink" href="#header-3" title="Permanent link">[link]</a></h3>
+<h4 id="header-4">Header 4<a class="headerlink" href="#header-4" title="Permanent link">[link]</a></h4>
+<h3 id="header-3_1">Header 3<a class="headerlink" href="#header-3_1" title="Permanent link">[link]</a></h3> \ No newline at end of file