Skip to content

Instantly share code, notes, and snippets.

@kurakinvit
Created November 12, 2013 19:06
Show Gist options
  • Save kurakinvit/7436828 to your computer and use it in GitHub Desktop.
Save kurakinvit/7436828 to your computer and use it in GitHub Desktop.
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: alt text

Reference-style: alt text


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>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment