table1
This is a table with leading and trailing
pipe characters.
| Header A | Header B | Header C |
|----------|----------|----------|
| Value A1 | Value B1 | Value C1 |
| Value A2 | Value B2 | Value C2 |
| Value A2 | Value B2 | Value C2 |
There's no difference to table0.txt in terms
of how the table is rendered to HTML.
Rendered HTML
<p>This is a table with leading and trailing
pipe characters.
</p><table><tr><th>Header A</th><th>Header B</th><th>Header C</th></tr><tr><td>Value A1</td><td>Value B1</td><td>Value C1</td></tr><tr><td>Value A2</td><td>Value B2</td><td>Value C2</td></tr><tr><td>Value A2</td><td>Value B2</td><td>Value C2</td></tr></table><p>There's no difference to table0.txt in terms
of how the table is rendered to HTML.
</p>