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.lua13
1 files changed, 7 insertions, 6 deletions
diff --git a/mod/tex/context/third/rst/rst_helpers.lua b/mod/tex/context/third/rst/rst_helpers.lua
index e6a886b..eefc056 100644
--- a/mod/tex/context/third/rst/rst_helpers.lua
+++ b/mod/tex/context/third/rst/rst_helpers.lua
@@ -16,11 +16,12 @@ 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
+--if not context then
+ --helpers = helpers or {}
+--else
+ --helpers = thirddata.rst_helpers
+--end
+helpers = thirddata.rst_helpers
helpers.table = {}
helpers.cell = {}
@@ -630,5 +631,5 @@ do
end
end
---return helpers
+return helpers