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