2019-12-17 19:17:51 +01:00
|
|
|
```
|
|
|
|
% pandoc --section-divs
|
|
|
|
::: {#hi .section .level1}
|
|
|
|
# Hi
|
|
|
|
|
|
|
|
::: {#there .section .level2}
|
|
|
|
## there
|
|
|
|
:::
|
|
|
|
:::
|
|
|
|
|
|
|
|
::: {#ok .section .level1}
|
|
|
|
Ok
|
|
|
|
==
|
|
|
|
:::
|
|
|
|
^D
|
2019-12-17 20:09:00 +01:00
|
|
|
<section id="hi" class="level1">
|
2019-12-17 19:17:51 +01:00
|
|
|
<h1>Hi</h1>
|
2019-12-17 20:09:00 +01:00
|
|
|
<section id="there" class="level2">
|
2019-12-17 19:17:51 +01:00
|
|
|
<h2>there</h2>
|
|
|
|
</section>
|
|
|
|
</section>
|
2019-12-17 20:09:00 +01:00
|
|
|
<section id="ok" class="level1">
|
2019-12-17 19:17:51 +01:00
|
|
|
<h1>Ok</h1>
|
|
|
|
</section>
|
|
|
|
```
|