mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
Previously spaces around links inside italics were omitted. Closes #8182.
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*.
|
|
```
|