We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea54d2 commit 2bee19bCopy full SHA for 2bee19b
index.md
@@ -3,3 +3,14 @@
3
Meeting time: Thursdays at 1600
4
5
(There might be doughnuts)
6
+
7
+## Code snippets
8
9
+To embed code snippets from this repository into a webpage you can use the
10
+following code
11
12
+```
13
+ <script src="http://gist-it.appspot.com/github/robertkrimen/gist-it-example/blob/master/example.js?footer=0"></script>
14
15
+where you replace everything after github/ with the address of the repository and the file within the repository that contains
16
+the code you wish to add
0 commit comments