aboutsummaryrefslogtreecommitdiff
path: root/test/command/5986.md
blob: b1545c050392562d0fed2efdae9f9733259c5e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc -t epub --number-sections --toc --metadata title=Foo | pandoc -f epub -t html
# Hi
^D
<p><span id="title_page.xhtml"></span></p>
<p><span id="nav.xhtml"></span></p>
<nav type="landmarks" id="landmarks" hidden="hidden">
<ol>
<li><a href="#nav.xhtml#toc">Table of contents</a></li>
</ol>
</nav>
<p><span id="ch001.xhtml"></span></p>
<section id="ch001.xhtml#hi" class="level1 section" data-number="1">
<h1 data-number="1"><span class="header-section-number">1</span> Hi</h1>
</section>
```