2020-10-08 21:27:17 -07:00
|
|
|
```
|
|
|
|
% pandoc -f docbook -t native
|
|
|
|
<para>
|
|
|
|
<emphasis>emphasized </emphasis>text
|
|
|
|
</para>
|
|
|
|
^D
|
2021-09-19 12:09:51 -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-19 12:09:51 -07:00
|
|
|
[ Para [ Emph [ Str "hi" ], Space, Str "there" ] ]
|
2020-10-08 21:36:08 -07:00
|
|
|
```
|
|
|
|
|