Content deleted Content added
Remove /, but keep spaces |
Revert: Looks like align and header already work (???) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 157:
if pstart == index then
piece = srow:sub(pstart, pstart)
-- l: White (light); d: Black (dark)▼
index = pstart + 1
▲ -- l: White (light); d: Black (dark)
local color = piece:match( '%u' ) and 'l' or 'd'
piece = piece:lower()
|