e409509a68
Previously an Emph inside a Span was being treated as nested markup and ignored. With this patch, the Span is just ignored. Closes #5446.
6 lines
67 B
Markdown
6 lines
67 B
Markdown
```
|
|
% pandoc -f latex -t rst
|
|
{\em test test \/}
|
|
^D
|
|
*test test*
|
|
```
|