From 334b21dd83c925d92d2d5fd8f1a8d75133a182c2 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 1 Feb 2018 05:57:05 +0000 Subject: [PATCH] Use markdown notation instead of . --- fixup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixup.rb b/fixup.rb index cb86f2b..d74d904 100644 --- a/fixup.rb +++ b/fixup.rb @@ -222,7 +222,7 @@ quote=false data.each_with_index do |lin, idx| if lin == stop lin.sub!(/^- /, "> — ") - lin.sub!("David Foster Wallace", "David Foster Wallace") + lin.sub!("David Foster Wallace", "*David Foster Wallace*") quote=false break end -- 2.47.2