Remove some extra stuff from data/creole.lua.

This commit is contained in:
John MacFarlane 2021-11-08 08:12:55 -08:00
parent 40aa74badc
commit 60233cf07e

View file

@ -51,13 +51,6 @@ local function ListItem(lev, ch)
return parser
end
local re = require're'
x = re.compile[[
listname <- {| {:tag: '' -> 'list':} (name s)* |}
name <- {| {:tag: '' -> 'id':} {[a-z][a-z]*} |}
s <- ' '*
]]
-- Grammar
G = P{ "Doc",
Doc = Ct(V"Block"^0)