Update gist.rb comments only

Strictly updated the reference to Examples and Valid Syntax to be inline with jekyll/jekyll-help#32
This commit is contained in:
Gabe Ortiz 2014-05-07 07:34:00 -04:00
parent 0614d2f966
commit 21f84e1548
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Gist Liquid Tag
#
# Example:
# {% gist 1234567 %}
# {% gist 1234567 file.rb %}
# {% gist username/1234567 %}
# {% gist username/1234567 file.rb %}
module Jekyll
class GistTag < Liquid::Tag
@ -18,8 +18,7 @@ Syntax error in tag 'gist' while parsing the following markup:
#{@markup}
Valid syntax:
for public gists: {% gist 1234567 %}
for private gists: {% gist user/1234567 %}
for all gists: {% gist user/1234567 %}
eos
end
end