Content deleted Content added
remove bolding and italicization in strip by default, and define results for nil or empty strings |
m explanation |
||
Line 173:
return ""
else
-- Remove bold and italics, so that words that contain bolding or emphasis can be linked without piping.
word = gsub(word, "\'\'\'", "")
word = gsub(word, "\'\'", "")
|