2017-06-12 09:16:05 +02:00
|
|
|
```
|
|
|
|
% pandoc --wrap=preserve -f html -t markdown
|
|
|
|
<h2>hi
|
|
|
|
there</h2>
|
|
|
|
^D
|
2020-11-14 20:09:44 -03:00
|
|
|
## hi there
|
2017-06-12 09:16:05 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc --wrap=preserve -f html -t markdown
|
|
|
|
<h2>hi <em>there
|
|
|
|
again</em></h2>
|
|
|
|
^D
|
2020-11-14 20:09:44 -03:00
|
|
|
## hi *there again*
|
2017-06-12 09:16:05 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc --wrap=preserve -f html -t markdown
|
|
|
|
<h2>hi<br>there</h2>
|
|
|
|
^D
|
2020-11-14 20:09:44 -03:00
|
|
|
## hi there
|
2017-06-12 09:16:05 +02:00
|
|
|
```
|