My personal Markdown Cheatsheet, this is kind of crappy from what you'll see elsewhere but hey, i made it. Will update this once my curiosity about Markdown kicks again.
# This is heading 1 <h1>
## This is heading 1 <h2>
### This is heading 1 <h3>
#### This is heading 1 <h4>
#### This is heading 1 <h5>
*This text should be italic*
_This text should be italic_
**This text should be bold**
__This text should be bold__
~~This text should be striked though~~
Strike through
---
___
This is a blockqoute
TeslaMotors
Github
Goggle
Medium
Unordered List
- An item on the ul
- An item on the ul
- An item on the ul
- A Nested item on the ul
- Also Nested item on the ul
- Nested Nested item on the ul
Ordered Lists
- An item on the ol
- An item on the ol
- A Nested item on the ol
- A Nested item on the ol
Inline Codeblock
<p>Hello world!<p>
Multiline Codeblock
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>.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Just as it is
- Definition list
- Is something people use sometimes.
- Markdown in HTML
- Does *not* work **very** well. Use HTML tags.
- Task1
- Task2
- Task3