kurakinvit
11/12/2013 - 7:06 PM

Here are some things you can do with Gists in GistBox.

Here are some things you can do with Gists in GistBox.

Обучение Markdown: https://github.com/kurakinvit/markdown-doc

I'm an inline-style link with title

[foo]: http://example.com/ Lalalalalaa [foo]: http://example.com/ "Optional Title Here"

Visit [Daring Fireball][1] for more information.
Ходите [сюда][2] для информации. [1]: http://daringfireball.net/ "Файерболл" [2]: http://google.com/ "Google" [3]: http://search.yahoo.com/ "Yahoo Search" [4]: http://search.msn.com/ "MSN Search"


Читы Markdown: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet <br/ > Синтаксис Markdown: http://daringfireball.net/projects/markdown/syntax


Most popular keyboard shortcuts within GistBox

  • Up/Down - Previous/Next Gist
  • Ctrl+e - Edit a selected Gist
  • Ctrl+s - Save Gist

Save Gists from anywhere with Clipper

GistBox Clipper is the companion extension to GistBox, the most beautiful way to organize code snippets. It allows a user to create a GitHub Gist from any page on the web.

Download from the Chrome Web Store


Images

Inline-style:

Reference-style:


Code

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.