Address JetBrains warnings; bump dependencies

This commit is contained in:
2025-12-26 19:38:21 -05:00
parent aaf69eb590
commit 88c60cc036
6 changed files with 38 additions and 33 deletions
+1
View File
@@ -55,6 +55,7 @@ fieldLoop:
// render notes as Markdown
r, _ := glamour.NewTermRenderer(glamour.WithStylesFromJSONBytes(glamourStyle()), glamour.WithPreservedNewLines(), glamour.WithWordWrap(width))
markdownNotesString, _ := r.Render(strings.Join(decSlice[4:], "\n"))
_ = r.Close()
// print the rendered Markdown notes
fmt.Print(markdownNotesString)