2019-12-17 10:24:43 -08:00
|
|
|
```
|
2019-12-17 14:13:05 -08:00
|
|
|
% pandoc -t epub --number-sections --toc --metadata title=Foo -o - | pandoc -f epub -t html
|
2019-12-17 10:24:43 -08:00
|
|
|
# Hi
|
|
|
|
^D
|
|
|
|
<p><span id="title_page.xhtml"></span></p>
|
|
|
|
<p><span id="nav.xhtml"></span></p>
|
2020-12-10 15:44:10 -08:00
|
|
|
<nav epub:type="landmarks" id="landmarks" hidden="hidden">
|
2019-12-17 10:24:43 -08:00
|
|
|
<ol>
|
2020-12-03 21:39:19 -08:00
|
|
|
<li><a href="text/title_page.xhtml">Title Page</a></li>
|
|
|
|
<li><a href="#nav.xhtml#toc">Table of Contents</a></li>
|
2019-12-17 10:24:43 -08:00
|
|
|
</ol>
|
|
|
|
</nav>
|
|
|
|
<p><span id="ch001.xhtml"></span></p>
|
2019-12-17 11:09:00 -08:00
|
|
|
<section id="ch001.xhtml#hi" class="level1" data-number="1">
|
2019-12-17 10:24:43 -08:00
|
|
|
<h1 data-number="1"><span class="header-section-number">1</span> Hi</h1>
|
|
|
|
</section>
|
|
|
|
```
|