22 lines
172 B
Markdown
22 lines
172 B
Markdown
|
````
|
||
|
% pandoc
|
||
|
nice line\
|
||
|
```
|
||
|
code
|
||
|
```
|
||
|
^D
|
||
|
<p>nice line<br />
|
||
|
</p>
|
||
|
<pre><code>code</code></pre>
|
||
|
````
|
||
|
|
||
|
```
|
||
|
% pandoc
|
||
|
# hi\
|
||
|
there
|
||
|
^D
|
||
|
<h1 id="hi">hi<br />
|
||
|
</h1>
|
||
|
<p>there</p>
|
||
|
```
|