From a2892d8ecd4e3651d83179223f8de882feec3202 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 21 Dec 2023 20:18:12 +0000 Subject: Fixes missing dash --- main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rb b/main.rb index c133181..287e4da 100755 --- a/main.rb +++ b/main.rb @@ -48,7 +48,7 @@ end open(QUICKNOTE_PATH, 'a') do |f| if comment - f << "#{comment}: [#{title_out}](#{url})" + "\n" + f << "- #{comment}: [#{title_out}](#{url})" + "\n" else f << "- [#{title_out}](#{url})" + "\n" end -- cgit v1.2.3