Mastering Markdown - ModelWriter/Project-Collaboration GitHub Wiki
- @mentions, #1, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
It's very easy to make some words bold and other words italic with Markdown. You can even link to Google!
Any number that refers to an Issue or Pull Request will be automatically converted into a link.
Test #1
Close WP5#1
mojombo/github-flavored-markdown#1
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 |
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
- Item 1
- Item 2
- Item 2a
- Item 2b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Format:
http://github.com - automatic! GitHub
As Kanye West said:
We're living the future so the present is our past.
I think you should use an
<addr>
element here instead.
- Definition list
- Is something people use sometimes.
- Markdown in HTML
- Does *not* work **very** well. Use HTML tags.