Markdown Syntax

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
  1. abc
  2. def
  • 123123
  • 231312
    • adf
    • def
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
Emmet docs
Sublime Text Bookmarks
Fork me on GitHub