update `pandoc` data dir

master
urosm 2024-05-17 15:42:31 +02:00
parent 7422e60923
commit eb30a5edb1
1 changed files with 0 additions and 16 deletions

View File

@ -50,22 +50,6 @@ local function reverse (t)
return t
end
local function find_free_col(wing, a, b)
local col = 1
while true do
for i=a,b do
local cell = wing[i][col]
if cell ~= nil and cell ~= L.X then
goto continue
end
end
do return col end
::continue::
col = col + 1
end
return col
end
for _,node in ipairs(node_list) do
local a_node = node_map[node]
for _,node in ipairs(a_node["nodes"]) do