2017-08-17 16:01:44 -07:00
|
|
|
```
|
|
|
|
% pandoc -f native -t rst
|
2018-08-05 09:15:06 -07:00
|
|
|
[Para [Code ("",["interpreted-text"],[("role","foo")]) "text"]]
|
2017-08-17 16:01:44 -07:00
|
|
|
^D
|
|
|
|
:foo:`text`
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f rst -t native
|
|
|
|
:foo:`text`
|
|
|
|
^D
|
2018-08-05 09:15:06 -07:00
|
|
|
[Para [Code ("",["interpreted-text"],[("role","foo")]) "text"]]
|
2017-08-17 16:01:44 -07:00
|
|
|
```
|