The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
how is possible to quote a spoiler text and... keep it hidden?
at the moment this is the code running.
at the moment this is the code running.
Code:
function extratags(fString)
fString = doCode(fString, "Reveal hidden content", "", "<font color=""" & CColor & """>", "</font id=""" & CColor & """>")
fString = doCode(fString, "[.quote]", "", "<div class=""quoteboxhead"">quote : </div><div class=""quotebox"">", "</div>")
extratags = fString
end function