Table alignment example misleading

Issue #59 new
Neal Tucker created an issue

Not sure if this is intentional, but the example for text alignment within table columns is kind of maddening if you don't notice that the way the text in the markup is manually aligned is the exact opposite of how it's going to be rendered:

Right     | Left   | Center 
---------:| :----- |:-----:
Computer  |  $1600 | one
Phone     |    $12 | three
Pipe      |     $1 | eleven

I think the intention was to align the markup text in a way that would be changed by the rendering, but the result is just kind of confusing. I'd personally suggest just left-aligning all the input since the alignment there doesn't actually matter.

Comments (0)

  1. Log in to comment