pandoc/test/command/8182.md

7 lines
165 B
Markdown
Raw Normal View History

```
% pandoc -f dokuwiki -t rst
This //text and [[https://pandoc.org/|link]] are in italic//.
^D
This *text and* `link <https://pandoc.org/>`__ *are in italic*.
```