pandoc/test/command/3407.md

19 lines
269 B
Markdown
Raw Normal View History

```
% 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"
]
]
```