Browse code

Added class='citation' to blockquotes generated by the blockquote plugin to differentiate their style from the style of an html or markdown blockquote.

B Strand authored on 12/10/2011 at 20:25:51
Showing 1 changed files
... ...
@@ -71,7 +71,7 @@ module Jekyll
71 71
       else
72 72
         "#{quote}<footer>#{author}</footer>"
73 73
       end
74
-      "<blockquote>#{blockquote}</blockquote>"
74
+      "<blockquote class='citation'>#{blockquote}</blockquote>"
75 75
     end
76 76
 
77 77
     def paragraphize(input)