Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Here's an example of how to embed a Gist on GitHub Pages:
  2.  
  3. ```
  4. {% gist 5555251 %}
  5. ```
  6.  
  7. All you need to do is copy and paste the Gist's ID from the URL (here `5555251`), and add it to a `gist` tag surrounded by `{%` and `%}`.
  8.  
  9. {% gist 48e9be5de5b3f2f2f5d62fbb4a7242c9 gist.md %}
  10.  
  11. {% gist 48e9be5de5b3f2f2f5d62fbb4a7242c9/gist.md %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement