Markdown.pl: support tables
commit2b798a8841766631e23430fc89891bd81aebd4a1
authorKyle J. McKay <mackyle@gmail.com>
Thu, 7 Dec 2017 10:36:11 +0000 (7 02:36 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 7 Dec 2017 10:36:11 +0000 (7 02:36 -0800)
tree7b000400900fe76e892d49af5e86a59d34fbcb80
parent95c520b3d19af51d22d4ea11f6a8d2e25ad212a3
Markdown.pl: support tables

Add support for basic tables.

Nested tables are not supported although tables themselves can
appear within lists and blockquotes and do work properly there.

The commonly used table syntax is recognized including the
left/right/center alignment indicators.

Inline markup within each column also works just fine.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Markdown.pl
basics.md
syntax.md