aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-08 08:12:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-08 08:13:31 -0800
commit60233cf07e577f25c3d9e0ffd5fccd9e318d4bae (patch)
treed97bd6a9d9efda9336b856f73a0c483ce62dc70a /data
parent40aa74badc2686b8b9a4ae7f836529cec2f4779b (diff)
downloadpandoc-60233cf07e577f25c3d9e0ffd5fccd9e318d4bae.tar.gz
Remove some extra stuff from data/creole.lua.
Diffstat (limited to 'data')
-rw-r--r--data/creole.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/creole.lua b/data/creole.lua
index ffde73638..5b7d7f554 100644
--- a/data/creole.lua
+++ b/data/creole.lua
@@ -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)