Skip to content

Commit

Permalink
Remove old leftover commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheiss committed Jun 4, 2024
1 parent 18208dd commit 7371357
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _extensions/wordcount/wordcount.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,6 @@ body_count = {
end
}

-- if count_code_blocks then
-- body_count.CodeBlock = function(el)
-- _,n = el.text:gsub("%S+","")
-- body_words = body_words + n
-- end
-- end

ref_count = {
Str = function(el)
-- we don't count a word if it's entirely punctuation:
Expand Down

0 comments on commit 7371357

Please sign in to comment.