test.compilable.ddoc_markdown_tables
Tables
Discussion
| Rounding mode | rndint(4.5) | rndint(5.5) | rndint(-4.5) | Notes | 
|---|---|---|---|---|
| Round to nearest | 4 | 6 | -4 | Ties round to an even number | 
| Round down | 4 | 5 | -5 | |
| Round up | 5 | 6 | -4 | |
| Round to zero | 4 | 5 | -4 | 
| this | that | 
|---|---|
| cell | cell sell | 
| abc | def | 
|---|---|
| bar | |
| bar | baz | 
quote table 
- list - table 
| default | left | center | right | 
|---|
| not | a | table | | -- | | wrong number of header columns |