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