``` % pandoc -f docbook -t native emphasized text ^D [ Para [ Emph [ Str "emphasized" ], Space, Str "text" ] ] ``` ``` % pandoc -f jats -t native

hi there

^D [ Para [ Emph [ Str "hi" ], Space, Str "there" ] ] ```