ver. 1️⃣.0️⃣.0️⃣
It's very easy to make some words bold and other words italic with Markdown. You can even link to Google!
This text will be italic This will also be italic
This text will be bold This will also be bold You can combine them
You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |
- Item 1
- Item 2
- Item 2a
- Item 2b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Images
Links
http://github.com - automatic! GitHub
Blockquotes
As Kanye West said:
We're living the future so the present is our past.
This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.
Inline code
I think you should use an
<addr>
element here instead.
Task Lists
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
SHA references
Any reference to a commit’s SHA-1 hash will be automatically converted into a link to that commit on GitHub.
16c999e8c71134401a78d4d46435517b2271d6ac mojombo@16c999e8c71134401a78d4d46435517b2271d6ac mojombo/github-flavored-markdown@16c999e8c71134401a78d4d46435517b2271d6ac Issue references within a repository
Any number that refers to an Issue or Pull Request will be automatically converted into a link.
mojombo#1 mojombo/github-flavored-markdown#1
Typing an @ symbol, followed by a username, will notify that person to come and view the comment. This is called an “@mention”, because you’re mentioning the individual. You can also @mention teams within an organization.
@github/chrzasz
Any URL (like http://www.github.com/) will be automatically converted into a clickable link.
Any word wrapped with two tildes~ (like this) will appear crossed out.
GitHub supports emoji! ✨ 🐫 💥 🔚