handles line numbers with more than 1 digit

This commit is contained in:
Alex Medearis 2014-06-18 17:48:50 -07:00
parent a7d20df95a
commit b202b508f2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Jekyll
# forms: name, name=value, or name="<quoted list>" # forms: name, name=value, or name="<quoted list>"
# #
# <quoted list> is a space-separated list of numbers # <quoted list> is a space-separated list of numbers
SYNTAX = /^([a-zA-Z0-9.+#-]+)((\s+\w+(=(\w+|"([0-9]\s)*[0-9]"))?)*)$/ SYNTAX = /^([a-zA-Z0-9.+#-]+)((\s+\w+(=(\w+|"([0-9]+\s)*[0-9]+"))?)*)$/
def initialize(tag_name, markup, tokens) def initialize(tag_name, markup, tokens)
super super