From bff4847a6910ca83c783eb17aef6f648c04168e5 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 10 Mar 2020 12:25:23 -0500 Subject: [PATCH] add setext heading after table example fixes #179 --- test/spec.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/test/spec.txt b/test/spec.txt index 582131d70..e6e926dfa 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -3454,6 +3454,39 @@ bar

bar

```````````````````````````````` +A [setext heading] does not break a table without a blank line above it: + +```````````````````````````````` example table +| abc | def | +| --- | --- | +| bar | baz | +bar +=== +. + + + + + + + + + + + + + + + + + + + + + +
abcdef
barbaz
bar
===
+```````````````````````````````` + The header row must match the [delimiter row] in the number of cells. If not, a table will not be recognized: