```
% pandoc -t opendocument
1. a
2. b
1. alpha
2. beta
* gamma
^D
a
b
alpha
beta
gamma
```
```
% pandoc -t opendocument
(@) text
some text
a) sub item 1
b) sub item 2
more text -- this line is missing in the odt output
^D
text
some text
sub item 1
sub item 2
more text – this line is missing in the
odt output
```