Skip to content

Instantly share code, notes, and snippets.

@peterxjang
Last active November 5, 2017 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterxjang/822de2a02ccebe031d7d0818960459b5 to your computer and use it in GitHub Desktop.
Save peterxjang/822de2a02ccebe031d7d0818960459b5 to your computer and use it in GitHub Desktop.

TIL - Today I learned

11/5/17

You can format text using MarkDown - asterisks make text italics like this Sample code can be written using triple backticks

puts "Hello"
puts "Goodbye"

3/29/17

Gists are a great tool for sharing text - whether it be code or other information - online for anyone to see. You can make Gists public so that anyone can see it, or secret so that only people you share the url with can see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment