how is possible to quote a spoiler text and... keep it hidden?
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