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"]]] ```