aboutsummaryrefslogtreecommitdiff
path: root/test/command/3407.md
blob: 551cefd1ddcb6654a0f7ba74bedb163a3e684d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -f native -t rst
[Para [Code ("",["interpreted-text"],[("role","foo")]) "text"]]
^D
:foo:`text`
```

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