2020-10-08 21:27:17 -07:00
|
|
|
```
|
|
|
|
% pandoc -f docbook -t native
|
|
|
|
<para>
|
|
|
|
<emphasis>emphasized </emphasis>text
|
|
|
|
</para>
|
|
|
|
^D
|
2021-09-28 21:17:53 -07:00
|
|
|
[ Para [ Emph [ Str "emphasized" ] , Space , Str "text" ] ]
|
2020-10-08 21:27:17 -07:00
|
|
|
```
|
2020-10-08 21:36:08 -07:00
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f jats -t native
|
|
|
|
<p>
|
|
|
|
<italic> hi </italic>there
|
|
|
|
</p>
|
|
|
|
^D
|
2021-09-28 21:17:53 -07:00
|
|
|
[ Para [ Emph [ Str "hi" ] , Space , Str "there" ] ]
|
2020-10-08 21:36:08 -07:00
|
|
|
```
|
|
|
|
|