Skip to content

Method sanitize

Brad Sharp edited this page Jan 17, 2021 · 1 revision

Type: string Markdown.sanitize(string text)

local text = clean("<b>Text</b>")
print(text) --> &lt;b&gt;Text&lt;/b&gt;

Clone this wiki locally