aboutsummaryrefslogtreecommitdiff
path: root/test/command/4162.md
blob: 85b48dbdf76c6bf871dde17dd8e06ed4ea32cbee (plain)
1
2
3
4
5
6
7
```
% pandoc -f html -t native
<div class="line-block">hi<br /><br>
 there</div>
^D
[ LineBlock [ [ Str "hi" ] , [] , [ Str "\160there" ] ] ]
```