summaryrefslogtreecommitdiff
path: root/rst_parser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rst_parser.lua')
-rw-r--r--rst_parser.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/rst_parser.lua b/rst_parser.lua
index 54c3719..f9f29c1 100644
--- a/rst_parser.lua
+++ b/rst_parser.lua
@@ -215,7 +215,6 @@ local parser = P{
table_block = V"simple_table"
+ V"grid_table"
- / rst.table
,
--------------------------------------------------------------------------------