aboutsummaryrefslogtreecommitdiff
path: root/test/command/3499.md
blob: e1c9093c4ac9a0fa26b3b83bb03de643d06b7012 (plain)
1
2
3
4
5
6
7
8
9
Org-mode tables can't go in lists:
```
% pandoc -f org
- |something|
^D
<ul>
<li>|something|</li>
</ul>
```