Merge pull request #2326 from iamgabeortiz/master
This commit is contained in:
commit
06bcd411d8
|
@ -1,8 +1,8 @@
|
||||||
# Gist Liquid Tag
|
# Gist Liquid Tag
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# {% gist 1234567 %}
|
# {% gist username/1234567 %}
|
||||||
# {% gist 1234567 file.rb %}
|
# {% gist username/1234567 file.rb %}
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
class GistTag < Liquid::Tag
|
class GistTag < Liquid::Tag
|
||||||
|
@ -18,8 +18,7 @@ Syntax error in tag 'gist' while parsing the following markup:
|
||||||
#{@markup}
|
#{@markup}
|
||||||
|
|
||||||
Valid syntax:
|
Valid syntax:
|
||||||
for public gists: {% gist 1234567 %}
|
for all gists: {% gist user/1234567 %}
|
||||||
for private gists: {% gist user/1234567 %}
|
|
||||||
eos
|
eos
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue