Browse Source

removed unnecessary regex from pullquote plugin

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
e55f5f9ab9
  1. 2
      .themes/classic/plugins/pullquote.rb

2
.themes/classic/plugins/pullquote.rb

@ -21,8 +21,6 @@
module Jekyll module Jekyll
class PullquoteTag < Liquid::Block class PullquoteTag < Liquid::Block
PullQuoteMarkup = /\{(.+)\}/i
def initialize(tag_name, markup, tokens) def initialize(tag_name, markup, tokens)
super super
end end

Loading…
Cancel
Save