aboutsummaryrefslogtreecommitdiff
path: root/test/command/5714.md
blob: a38ec23841739da0b1d3a58893a60a72e57c9aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
```
% pandoc -t native
# hi _a
b_

# hi _c
c
^D
[ Header 1
  ( "hi-_a", [], [] )
  [ Str "hi", Space, Str "_a" ]
, Para
  [ Str "b_" ]
, Header 1
  ( "hi-_c", [], [] )
  [ Str "hi", Space, Str "_c" ]
, Para
  [ Str "c" ]
]
```