aboutsummaryrefslogtreecommitdiff
path: root/test/command/5714.md
blob: c874f1af7dc6e55d37ef5a843f2918c56617b40e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% 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" ]
]
```