aboutsummaryrefslogtreecommitdiff
path: root/test/command/6296.md
blob: f4ce6b6d5442c6ca2d649392a5f1f371fef19de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -f native -t markdown
[Str "_hi_there"]
^D
\_hi_there
```

```
% pandoc -f native -t markdown-intraword_underscores
[Str "_hi_there"]
^D
\_hi\_there
```