``` % pandoc -f native -t docx -o - | pandoc -f docx -t native [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D [ Para [ Str "hi" ] , Para [ Str "lo" ] ] ``` ``` % pandoc -f native -t docx+empty_paragraphs -o - | pandoc -f docx -t native [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D [ Para [ Str "hi" ] , Para [ Str "lo" ] ] ``` ``` % pandoc -f native -t docx -o - | pandoc -f docx+empty_paragraphs -t native [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D [ Para [ Str "hi" ] , Para [ Str "lo" ] ] ``` ``` % pandoc -f native -t docx+empty_paragraphs -o - | pandoc -f docx+empty_paragraphs -t native [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D [ Para [ Str "hi" ] , Para [] , Para [] , Para [ Str "lo" ] ] ``` ``` % pandoc -f native -t html5 [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D
hi
lo
``` ``` % pandoc -f native -t html5+empty_paragraphs [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^Dhi
lo
``` ``` % pandoc -f html+empty_paragraphs -t nativehi
lo
^D [ Para [ Str "hi" ] , Para [] , Para [] , Para [ Str "lo" ] ] ``` ``` % pandoc -f html -t nativehi
lo
^D [ Para [ Str "hi" ] , Para [ Str "lo" ] ] ``` ``` % pandoc -f native -t opendocument+empty_paragraphs [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D