Markdown Syntax
Emphasis
1
2
3
4
5
6
7
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Links
1
2
[text](url) //<a href="url">text</a>
 //<img src="image_url" alt="alt text" />
Table
1
2
3
4
5
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Code Lanaguges
| Language | Keyword | | ——– | ——- | | Bash | bash | C# | csharp | Clojure| clojure | C++ | cpp | CSS | css | CoffeeScript | coffeescript | CMake | cmake | HTML | html | HTTP | http | Java | java | JavaScript | javascript | JSON | json | Markdown | markdown | Objective C| objectivec | Perl | perl | PHP | php | Python | python | Ruby | ruby | R | r | SQL | sql | Scala | scala | Vala | vala | XML | xml ~