Check the wordcount variable set process-anyway
Code = function(el) _,n = el.text:gsub(“%S+”,““) words = words + n text_nospace = el.text:gsub(”%s”, ““) characters = characters + utf8.len(text_nospace) characters_and_spaces = characters_and_spaces + utf8.len(el.text) end,
CodeBlock = function(el) _,n = el.text:gsub(“%S+”,““) words = words + n text_nospace = el.text:gsub(”%s”, ““) characters = characters + utf8.len(text_nospace) characters_and_spaces = characters_and_spaces + utf8.len(el.text) end }