|
1 | | -<main> |
2 | | - <h1 id="page-heading" data-toc=""> |
| 1 | +<main data-toc-observe-for="page-heading"> |
| 2 | + <h1 id="page-heading" data-toc="" class=""> |
3 | 3 | <a aria-hidden="true" tabindex="-1" href="#page-heading" data-toc-anchor="">#</a>Page Heading |
4 | 4 | </h1> |
5 | | - <section> |
6 | | - <h2 id="table-of-contents" data-toc=""> |
| 5 | + <section data-toc-observe-for="table-of-contents"> |
| 6 | + <h2 id="table-of-contents" data-toc="" class=""> |
7 | 7 | <a aria-hidden="true" tabindex="-1" href="#table-of-contents" data-toc-anchor="">#</a>Table of |
8 | 8 | Contents |
9 | 9 | </h2> |
10 | 10 | <ul> |
11 | | - <a href="#page-heading" style="display: contents;"> |
12 | | - <li>Page Heading</li> |
13 | | - </a> |
14 | | - <a href="#table-of-contents" style="display: contents;"> |
15 | | - <li>Table of Contents</li> |
16 | | - </a> |
17 | | - <a href="#section-heading" style="display: contents;"> |
18 | | - <li>Section Heading</li> |
19 | | - </a> |
20 | | - <a href="#nested-section-heading" style="display: contents;"> |
21 | | - <li>Nested Section Heading</li> |
| 11 | + <a href="#page-heading" style="display: contents;"><li class="">Page Heading</li> </a><a |
| 12 | + href="#table-of-contents" |
| 13 | + style="display: contents;" |
| 14 | + ><li>Table of Contents</li> |
| 15 | + </a><a href="#section-heading-level-2" style="display: contents;" |
| 16 | + ><li class="">Section Heading Level 2</li> |
| 17 | + </a><a href="#section-heading-level-3" class="active" style="display: contents;" |
| 18 | + ><li>Section Heading Level 3</li> |
22 | 19 | </a> |
23 | 20 | </ul> |
24 | 21 | </section> |
25 | | - <section> |
26 | | - <h2 id="section-heading" data-toc=""> |
27 | | - <a aria-hidden="true" tabindex="-1" href="#section-heading" data-toc-anchor="">#</a>Section |
28 | | - Heading |
| 22 | + <section data-toc-observe-for="section-heading-level-2"> |
| 23 | + <h2 id="section-heading-level-2" data-toc="" class=""> |
| 24 | + <a aria-hidden="true" tabindex="-1" href="#section-heading-level-2" data-toc-anchor="">#</a |
| 25 | + >Section Heading Level 2 |
29 | 26 | </h2> |
30 | | - <section> |
31 | | - <h3 id="nested-section-heading" data-toc=""> |
32 | | - <a aria-hidden="true" tabindex="-1" href="#nested-section-heading" data-toc-anchor="">#</a |
33 | | - >Nested Section Heading |
34 | | - </h3> |
35 | | - </section> |
| 27 | + <p>...</p> |
| 28 | + </section> |
| 29 | + <section data-toc-observe-for="section-heading-level-3"> |
| 30 | + <h3 id="section-heading-level-3" data-toc=""> |
| 31 | + <a aria-hidden="true" tabindex="-1" href="#section-heading-level-3" data-toc-anchor="">#</a |
| 32 | + >Section Heading Level 3 |
| 33 | + </h3> |
| 34 | + <p>...</p> |
36 | 35 | </section> |
37 | 36 | </main> |
0 commit comments