``` % pandoc -f native -t dokuwiki [BulletList [[Para [Str "hi"] ,CodeBlock ("",[],[]) " there"] ,[Para [Str "ok"]]]] ^D * hi<code> there </code> * ok ```