diff --git a/source/docs/plugins/gist-tag/index.markdown b/source/docs/plugins/gist-tag/index.markdown index 0567f07..b02d669 100644 --- a/source/docs/plugins/gist-tag/index.markdown +++ b/source/docs/plugins/gist-tag/index.markdown @@ -15,9 +15,15 @@ readers and search engines, while still using Github's javascript gist embed cod #### Example - {{ "{% gist 996818" }} %} + {{ "{% gist 4321346" }} %} -{% gist 996818 %} +{% gist 4321346 %} + +If you want syntax highlighting, specify the filename (with extension): + + {{ "{% gist 4321346 gistfile1.diff" }} %} + +{% gist 4321346 gistfile1.diff %} If you have a gist with multiple files, you can include files one at a time by adding the name after the gist id.