pandoc/test/command/4162.md
2017-12-27 12:26:15 -08:00

10 lines
140 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
% pandoc -f html -t native
<div class="line-block">hi<br /><br>
 there</div>
^D
[LineBlock
[[Str "hi"]
,[]
,[Str "\160there"]]]
```