removed unnecessary regex from pullquote plugin
This commit is contained in:
parent
6a6de74aad
commit
e55f5f9ab9
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@
|
|||
module Jekyll
|
||||
|
||||
class PullquoteTag < Liquid::Block
|
||||
PullQuoteMarkup = /\{(.+)\}/i
|
||||
|
||||
def initialize(tag_name, markup, tokens)
|
||||
super
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue