mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
@@ -0,0 +1,18 @@
|
||||
```
|
||||
% pandoc -t revealjs --slide-level=2
|
||||
# Heading
|
||||
|
||||
one
|
||||
|
||||
. . .
|
||||
|
||||
two
|
||||
^D
|
||||
<section id="heading" class="title-slide slide level1">
|
||||
<h1>Heading</h1>
|
||||
<p>one</p>
|
||||
<div class="fragment">
|
||||
<p>two</p>
|
||||
</div>
|
||||
</section>
|
||||
```
|
||||
Reference in New Issue
Block a user