summaryrefslogtreecommitdiff
path: root/rst_parser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rst_parser.lua')
-rw-r--r--rst_parser.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/rst_parser.lua b/rst_parser.lua
index f9f29c1..ddd13a8 100644
--- a/rst_parser.lua
+++ b/rst_parser.lua
@@ -260,7 +260,8 @@ local parser = P{
st_other_rows = (V"st_content"^1 * V"st_separator")^1,
- st_content = C(V"st_matchlayout"),
+ st_content = V"blank_line"^-1
+ * C(V"st_matchlayout"),
st_matchlayout = -#V"st_separator" * Cmt((1 - V"eol")^1, function (s, i, content)
-- Don't check for matching indent but if the rest is