Added test for pipe table with spaces around header lines.

This commit is contained in:
John MacFarlane 2013-03-02 19:06:12 -08:00
parent 3ad68b2522
commit 5b0b21b51d

View file

@ -9,7 +9,7 @@ Simplest table without caption:
Simple table with caption: Simple table with caption:
| Right | Left | Default | Center | | Right | Left | Default | Center |
|------:|:-----|---------|:------:| | ----: | :--- | ------- | :----: |
| 12 | 12 | 12 | 12 | | 12 | 12 | 12 | 12 |
| 123 | 123 | 123 | 123 | | 123 | 123 | 123 | 123 |
| 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 |