summaryrefslogtreecommitdiff
path: root/test/command/3512.md
blob: cf8c72e58053322601c2b69633ec5a38707d07cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -f markdown-auto_identifiers
#hi
^D
<p>#hi</p>
```

```
% pandoc -f markdown-auto_identifiers-space_in_atx_header
#hi
^D
<h1>hi</h1>
```