- Unordeded lists
- ordered lists
- text formatting
- code
- tables
- links
- images
- Blockquote
- autolists
- lists
https://github.github.com/gfm/
We can craete unorded lists in markdown using hypens.
- foo
- bar
- baz
- baz
- foo
- bar
- baz
- baz
- baz
italics
italics
bold
bold
striketrhough
You can print to the terminal using the puts "hello world" command.
def hello_world
puts "Hello World"
end
def hello_world
puts "Hello World"
end| foo | bar |
|---|---|
| baz | bim |
| abc | defghi |
|---|---|
| bar | baz |
| abc | def |
|---|---|
| bar | |
| bar | baz |
| abc | def |
|---|
"The cloud is amazing"
bar baz
- Item 1
- Item 2