summaryrefslogtreecommitdiff
path: root/mod/tex/context/third/rst/rst_helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tex/context/third/rst/rst_helpers.lua')
-rw-r--r--mod/tex/context/third/rst/rst_helpers.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/mod/tex/context/third/rst/rst_helpers.lua b/mod/tex/context/third/rst/rst_helpers.lua
index eefc056..73420d0 100644
--- a/mod/tex/context/third/rst/rst_helpers.lua
+++ b/mod/tex/context/third/rst/rst_helpers.lua
@@ -4,7 +4,7 @@
-- USAGE: called by rst_parser.lua
-- DESCRIPTION: Complement to the reStructuredText parser
-- AUTHOR: Philipp Gesang (Phg), <megas.kapaneus@gmail.com>
--- CREATED: 2011-05-04 17:41:59+0200
+-- CHANGED: 2011-05-08 17:56:07+0200
--------------------------------------------------------------------------------
--
@@ -16,11 +16,6 @@ local C, Carg, Cb, Cc, Cg, Cmt, Cp, Cs, Ct
= lpeg.C, lpeg.Carg, lpeg.Cb, lpeg.Cc, lpeg.Cg, lpeg.Cmt, lpeg.Cp, lpeg.Cs, lpeg.Ct
local helpers
---if not context then
- --helpers = helpers or {}
---else
- --helpers = thirddata.rst_helpers
---end
helpers = thirddata.rst_helpers
helpers.table = {}
helpers.cell = {}
@@ -371,7 +366,6 @@ function helpers.table.simple(raw)
local cell = {
content = "",
span = { x = 1, y = 1 },
- --ignore = false
}
cell.content = string.strip(row:sub(start, stop))
if check_span then