pandoc/test/command/3407.md

14 lines
203 B
Markdown
Raw Normal View History

```
% pandoc -f native -t rst
[Para [Span ("",[],[("role","foo")]) [Str "text"]]]
^D
:foo:`text`
```
```
% pandoc -f rst -t native
:foo:`text`
^D
[Para [Span ("",[],[("role","foo")]) [Str "text"]]]
```