From: Petter Reinholdtsen Date: Thu, 1 Feb 2018 05:57:05 +0000 (+0000) Subject: Use markdown notation instead of . X-Git-Tag: es-printed~594 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/334b21dd83c925d92d2d5fd8f1a8d75133a182c2?ds=sidebyside Use markdown notation instead of . --- 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