removed unnecessary regex from pullquote plugin
This commit is contained in:
parent
6a6de74aad
commit
e55f5f9ab9
@ -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…
Reference in New Issue
Block a user