]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Use markdown notation instead of <cite>.
authorPetter Reinholdtsen <pere@hungry.com>
Thu, 1 Feb 2018 05:57:05 +0000 (05:57 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 1 Feb 2018 05:58:24 +0000 (05:58 +0000)
fixup.rb

index cb86f2b3569ac8143a6e35a62211325f8cfb33e6..d74d9042ceff6171632c63f1c30e997071b9c0f5 100644 (file)
--- a/fixup.rb
+++ b/fixup.rb
@@ -222,7 +222,7 @@ quote=false
 data.each_with_index do |lin, idx|
   if lin == stop
     lin.sub!(/^- /, "> &mdash; ")
 data.each_with_index do |lin, idx|
   if lin == stop
     lin.sub!(/^- /, "> &mdash; ")
-    lin.sub!("David Foster Wallace", "<cite>David Foster Wallace</cite>")
+    lin.sub!("David Foster Wallace", "*David Foster Wallace*")
     quote=false
     break
   end
     quote=false
     break
   end