Files
rk35xx-android14/external/markdown/tests/extensions/toc_nested_list.html
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

30 lines
646 B
HTML
Vendored

<h1 id="title">Title</h1>
<div class="toc">
<ul>
<li><a href="#title">Title</a><ul>
<li><a href="#section-1">Section 1</a><ul>
<li><a href="#subsection-1">Subsection 1</a></li>
<li><a href="#subsection-2">Subsection 2</a></li>
</ul>
</li>
<li><a href="#section-2">Section 2</a></li>
<li><a href="#section-3">Section 3</a></li>
</ul>
</li>
</ul>
</div>
<h2 id="section-1">Section 1</h2>
<ol>
<li>
<p>List Item 1</p>
<h3 id="subsection-1">Subsection 1</h3>
<p>Explanation 1</p>
</li>
<li>
<p>List Item 2</p>
<h3 id="subsection-2">Subsection 2</h3>
<p>Explanation 2</p>
</li>
</ol>
<h2 id="section-2">Section 2</h2>
<h2 id="section-3">Section 3</h2>