diff --git a/site/docs/templates.md b/site/docs/templates.md index c1e6a95a..aa440ed4 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -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.