Add support for Table of Contents
This commit is contained in:
parent
eb7db9b968
commit
d921a68a55
7 changed files with 218 additions and 41 deletions
14
org/testdata/footnotes.html
vendored
14
org/testdata/footnotes.html
vendored
|
@ -1,4 +1,14 @@
|
|||
<h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#headline-1">Using some footnotes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#headline-2">Footnotes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 id="headline-1">
|
||||
Using some footnotes
|
||||
</h1>
|
||||
<ul>
|
||||
|
@ -24,7 +34,7 @@ Rather, they are gathered and exported at the end of the document in the footnot
|
|||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>
|
||||
<h1 id="headline-2">
|
||||
Footnotes
|
||||
</h1>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue