Mastering Markdown - ModelWriter/Project-Collaboration GitHub Wiki

Task Lists

  • @mentions, #1, links, formatting, and tags supported
  • 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!

Issue references within a repository

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

Tables

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

Headers

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Emphasis

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

Lists

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b
  1. Item 1
  2. Item 2
  3. Item 3
    • Item 3a
    • Item 3b

Images

GitHub Logo Format: Alt Text

Links

http://github.com - automatic! GitHub

Blockquotes

As Kanye West said:

We're living the future so the present is our past.

Inline code

I think you should use an <addr> element here instead.

HTML List

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.
⚠️ **GitHub.com Fallback** ⚠️