aboutsummaryrefslogtreecommitdiff
path: root/test/command/6719.md
blob: 788e7b617350a9d4385b1848d75bc916f813f670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -f docbook -t native
<para>
<emphasis>emphasized </emphasis>text
</para>
^D
[Para [Emph [Str "emphasized"],Space,Str "text"]]
```

```
% pandoc -f jats -t native
<p>
<italic> hi  </italic>there
</p>
^D
[Para [Emph [Str "hi"],Space,Str "there"]]
```