From 2d8045fe7e52cefbf1a40ee62e76afbeff3e4bf7 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 9 Mar 2020 15:33:30 -0500 Subject: [PATCH] test 3 spaces before table rows --- test/specs/new/code_following_nptable.html | 22 ++++++++++++++++++++++ test/specs/new/code_following_nptable.md | 15 +++++++++++---- test/specs/new/code_following_table.html | 22 ++++++++++++++++++++++ test/specs/new/code_following_table.md | 7 +++++++ 4 files changed, 62 insertions(+), 4 deletions(-) diff --git a/test/specs/new/code_following_nptable.html b/test/specs/new/code_following_nptable.html index f752ce6fa8..8977ec2d87 100644 --- a/test/specs/new/code_following_nptable.html +++ b/test/specs/new/code_following_nptable.html @@ -19,3 +19,25 @@
a simple
  *indented* code block
 
+ + + + + + + + + + + + + + + + + + +
abcdef
barfoo
bazboo
+
a simple
+ *indented* code block
+
diff --git a/test/specs/new/code_following_nptable.md b/test/specs/new/code_following_nptable.md index e5a38acc8a..df60f3d360 100644 --- a/test/specs/new/code_following_nptable.md +++ b/test/specs/new/code_following_nptable.md @@ -1,6 +1,13 @@ - abc | def - --- | --- - bar | foo - baz | boo +abc | def +--- | --- +bar | foo +baz | boo + a simple + *indented* code block + + abc | def + --- | --- + bar | foo + baz | boo a simple *indented* code block diff --git a/test/specs/new/code_following_table.html b/test/specs/new/code_following_table.html index f752ce6fa8..8977ec2d87 100644 --- a/test/specs/new/code_following_table.html +++ b/test/specs/new/code_following_table.html @@ -19,3 +19,25 @@
a simple
  *indented* code block
 
+ + + + + + + + + + + + + + + + + + +
abcdef
barfoo
bazboo
+
a simple
+ *indented* code block
+
diff --git a/test/specs/new/code_following_table.md b/test/specs/new/code_following_table.md index b3b1c147b2..195b87b6cc 100644 --- a/test/specs/new/code_following_table.md +++ b/test/specs/new/code_following_table.md @@ -4,3 +4,10 @@ | baz | boo | a simple *indented* code block + + | abc | def | + | --- | --- | + | bar | foo | + | baz | boo | + a simple + *indented* code block