Add note that gist tag supports private gists. Fixes #1248.

This commit is contained in:
Parker Moore 2013-06-30 15:55:32 +02:00
parent 13a88a6d09
commit 9509201670
1 changed files with 10 additions and 0 deletions

View File

@ -281,3 +281,13 @@ You may also optionally specify the filename in the gist to display:
{% gist 5555251 result.md %}
{% endraw %}
{% endhighlight %}
The `gist` tag also works with private gists:
{% highlight text %}
{% raw %}
{% gist 931c1c8d465a04042403 %}
{% endraw %}
{% endhighlight %}
The private gist syntax also supports filenames.