diff --git a/output_word.lua b/output_word.lua index e668872..1bd9a1a 100644 --- a/output_word.lua +++ b/output_word.lua @@ -33,6 +33,12 @@ return function(tbl) print(text) end print("") + if this_word[6] ~= "" then + text = text .. colorText(COLOR.HighYellow,"\tNotes: ") + text = text .. colorText(COLOR.HighYellow,this_word[6]) + print(text) + end + print("") end end end