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