``` % pandoc --wrap=preserve -f html -t markdown

hi there

^D ## hi there ``` ``` % pandoc --wrap=preserve -f html -t markdown

hi there again

^D ## hi *there again* ``` ``` % pandoc --wrap=preserve -f html -t markdown

hi
there

^D ## hi there ```