Approximate tab characters
This commit is contained in:
parent
68bac839ab
commit
41aecc8bc1
|
@ -5,6 +5,7 @@ local escapes = {
|
|||
[">"] = ">",
|
||||
['"'] = """,
|
||||
["'"] = "'",
|
||||
["\t"] = " ",
|
||||
--Kinda hacky
|
||||
["\n"] = "<br/>",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue