2019-12-17 19:24:43 +01:00
|
|
|
```
|
2019-12-17 23:13:05 +01:00
|
|
|
% pandoc -t epub --number-sections --toc --metadata title=Foo -o - | pandoc -f epub -t html
|
2019-12-17 19:24:43 +01:00
|
|
|
# Hi
|
|
|
|
^D
|
|
|
|
<p><span id="title_page.xhtml"></span></p>
|
|
|
|
<p><span id="nav.xhtml"></span></p>
|
2020-12-11 00:44:10 +01:00
|
|
|
<nav epub:type="landmarks" id="landmarks" hidden="hidden">
|
2019-12-17 19:24:43 +01:00
|
|
|
<ol>
|
2020-12-04 06:39:19 +01: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 19:24:43 +01:00
|
|
|
</ol>
|
|
|
|
</nav>
|
|
|
|
<p><span id="ch001.xhtml"></span></p>
|
2019-12-17 20:09:00 +01:00
|
|
|
<section id="ch001.xhtml#hi" class="level1" data-number="1">
|
2019-12-17 19:24:43 +01:00
|
|
|
<h1 data-number="1"><span class="header-section-number">1</span> Hi</h1>
|
|
|
|
</section>
|
|
|
|
```
|