Skip to content

Commit

Permalink
Don't include references in manuscript_words
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheiss committed Jun 3, 2024
1 parent 851a31d commit 809fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/wordcount/wordcount.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end
-- Function for printing word counts to the terminal
function print_word_counts()

local manuscript_words = body_words + note_words + ref_words
local manuscript_words = body_words + note_words

-- Use a bullet character in terminals that support UTF-8
local bullet = os.getenv("LANG"):find("UTF%-8$") and "" or "* "
Expand Down

0 comments on commit 809fa8f

Please sign in to comment.