``` % pandoc -f textile -t html | foo | bar | | table * item 1 * item 2 * item 3 | xxx | ^D
foo bar

table

  • item 1
  • item 2
  • item 3
xxx
```