add red text function
This commit is contained in:
parent
b0c4dd5f66
commit
810c4f52fe
@ -17,6 +17,10 @@ function psy_text(str)
|
|||||||
return span_text("psy", str)
|
return span_text("psy", str)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function red_text(str)
|
||||||
|
return span_text("redtext", str)
|
||||||
|
end
|
||||||
|
|
||||||
function pre_text(str)
|
function pre_text(str)
|
||||||
|
|
||||||
str = str:gsub("%(", "(")
|
str = str:gsub("%(", "(")
|
||||||
|
Reference in New Issue
Block a user