Remove some extra stuff from data/creole.lua.
This commit is contained in:
parent
40aa74badc
commit
60233cf07e
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue