pandoc/test/command/3824.md
John MacFarlane efe74746d8 DokuWiki writer: translate language names for code elements...
...and improve whitespace.  Closes #6807.
2020-11-04 22:38:53 -08:00

166 B

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

  * ok