7 lines
165 B
Markdown
7 lines
165 B
Markdown
|
```
|
||
|
% 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*.
|
||
|
```
|