Skip to content

Instantly share code, notes, and snippets.

@jdlx
Created October 6, 2012 13:10
Show Gist options
  • Save jdlx/3844905 to your computer and use it in GitHub Desktop.
Save jdlx/3844905 to your computer and use it in GitHub Desktop.
Custom BBCode to display Gists from Github

BBCode usage:

[gist={IDENTIFIER}]{TEXT}[/gist]

HTML replacement:

<div class="github-gist">
  <span class="github-gist-headline">
    <img src="https://a248.e.akamai.net/assets.github.com/images/gravatars/gravatar-140.png" class="avatar" />
    <a href="https://gist.github.com/{IDENTIFIER}">gist: {IDENTIFIER}</a> :
      {TEXT}
  </span>
  <br />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment