From 9509201670d30d46abc00ce25490d00fa955b50e Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 30 Jun 2013 15:55:32 +0200 Subject: [PATCH] Add note that gist tag supports private gists. Fixes #1248. --- site/docs/templates.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.