From 5be9052f5fb7283372b3d5497bef499718a34992 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 29 Sep 2022 17:24:31 +0200 Subject: [API Change] Extract Lua code into new package pandoc-lua-engine The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. --- test/lua/math.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/lua/math.lua (limited to 'test/lua/math.lua') diff --git a/test/lua/math.lua b/test/lua/math.lua deleted file mode 100644 index 34307dd9e..000000000 --- a/test/lua/math.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - { - Math = function (elem) - if elem.mathtype == "DisplayMath" then - elem.mathtype = "InlineMath" - end - return elem - end, - } -} -- cgit v1.2.3