From d7a91be9a32c3aa539c39d4e801f127ea2cba7fe Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 29 Jun 2011 11:32:01 -0400 Subject: Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. Thanks to skurfer for report and inital patch. --- tests/extensions/extra/tables.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tests/extensions/extra/tables.txt') diff --git a/tests/extensions/extra/tables.txt b/tests/extensions/extra/tables.txt index 64917ab..cf97cb5 100644 --- a/tests/extensions/extra/tables.txt +++ b/tests/extensions/extra/tables.txt @@ -32,3 +32,21 @@ foo|bar|baz | Q | W | | W +Three spaces in front of a table: + + First Header | Second Header + ------------ | ------------- + Content Cell | Content Cell + Content Cell | Content Cell + + | First Header | Second Header | + | ------------ | ------------- | + | Content Cell | Content Cell | + | Content Cell | Content Cell | + +Four spaces is a code block: + + First Header | Second Header + ------------ | ------------- + Content Cell | Content Cell + Content Cell | Content Cell -- cgit v1.2.3