File: 8402.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (52 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
```
% pandoc --toc -s -t markdown
::: {.cell .markdown id="6u8qXoeFGdqt"}
# Summary
> Expand to see summary

## Overview and Explanation
:::

# Details

## inner 1
text

## inner 2

### inner inner 1

## inner 3
text
^D
-   [Summary](#summary){#toc-summary}
    -   [Overview and
        Explanation](#overview-and-explanation){#toc-overview-and-explanation}
-   [Details](#details){#toc-details}
    -   [inner 1](#inner-1){#toc-inner-1}
    -   [inner 2](#inner-2){#toc-inner-2}
        -   [inner inner 1](#inner-inner-1){#toc-inner-inner-1}
    -   [inner 3](#inner-3){#toc-inner-3}

::: {#6u8qXoeFGdqt .cell .markdown}
# Summary

> Expand to see summary

## Overview and Explanation
:::

# Details

## inner 1

text

## inner 2

### inner inner 1

## inner 3

text
```