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