From 76740471992f10b710d38b0eb8688c6d22e68d92 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 13 Nov 2016 21:43:21 +0100 Subject: added compatibility with the 'quran' package; updated documentation. getting close to v1.5 --- arabluatex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arabluatex.lua') diff --git a/arabluatex.lua b/arabluatex.lua index 6e5b042..38fe87b 100644 --- a/arabluatex.lua +++ b/arabluatex.lua @@ -47,7 +47,7 @@ return str end local function breakcmd(str) - -- handle \item[], then \item[] + -- process \item[], then \item[] str = string.gsub(str, "\\(item.?)(%b[])", function(tag, body) body = string.sub(body, 2, -2) -- cgit v1.2.3