Approximate tab characters

This commit is contained in:
Robin Malley 2020-12-24 18:43:19 +00:00
parent 68bac839ab
commit 41aecc8bc1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ local escapes = {
[">"] = ">",
['"'] = """,
["'"] = "'",
["\t"] = " ",
--Kinda hacky
["\n"] = "<br/>",
}