File: 5986.md

package info (click to toggle)
haskell-pandoc 3.7.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,532 kB
  • sloc: haskell: 86,819; xml: 4,325; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -t epub --number-sections --toc --metadata title=Foo -o - | pandoc -f epub -t html
# Hi
^D
<p><span id="title_page.xhtml"></span></p>
<p><span id="nav.xhtml"></span></p>
<nav epub:type="landmarks" id="landmarks" hidden="hidden">
<ol>
<li><a href="text/title_page.xhtml" class="titlepage">Title
Page</a></li>
<li><a href="#nav.xhtml_toc" class="toc">Table of Contents</a></li>
</ol>
</nav>
<p><span id="ch001.xhtml"></span></p>
<section id="ch001.xhtml_hi" class="level1" data-number="1">
<h1 data-number="1"><span class="header-section-number">1</span> Hi</h1>
</section>
```