]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - fixup.rb
Use markdown notation instead of <cite>.
[text-madewithcc.git] / 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; ")
-    lin.sub!("David Foster Wallace", "<cite>David Foster Wallace</cite>")
+    lin.sub!("David Foster Wallace", "*David Foster Wallace*")
     quote=false
     break
   end