aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xnotYetAnotherWiki.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index a19c982..fdb5903 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -119,6 +119,7 @@ local toFile = function(name, key, value)
119 {"::: {."[A-Za-z_. ]+"}"} -> '' / 119 {"::: {."[A-Za-z_. ]+"}"} -> '' /
120 {":::"} -> '' / 120 {":::"} -> '' /
121 {"-noComment-"} -> ' -- ' / 121 {"-noComment-"} -> ' -- ' /
122 {"| bgcolor=#" {([^ ])+} " " } -> "| <span style='background: #%2;'> bgcolor=#%2 </span> " / -- Deal with debdog's color table.
122 {"{#"[A-Za-z_]+"}"} -> '' / 123 {"{#"[A-Za-z_]+"}"} -> '' /
123 . 124 .
124 )* ~}]=], { } ):match(body) 125 )* ~}]=], { } ):match(body)