showdown/test/features/tables/#442.trailing-spaces-break-one-column-tables.md
Estevao Soares dos Santos 66bdd21312 fix(tables): trailing spaces no longer prevent table parsing
If there were a trailing space following the closing | of a single column
table, the table does not get rendered. This fixes the issue.

Closes #442
2017-10-06 12:52:20 +01:00

5 lines
130 B
Markdown

| Single column |
|:--------------|
| Row one |
| Row two |