Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.26 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.26 KB

markdown-guide

A guide to writing markdown - take a look at the source of this file (open it in another tab so you can see how it looks when rendered)

Headers ===

This is an h1 tag

This is an h2 tag

This is an h6 tag

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 ===

Unordered

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

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

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.

Task Lists ===

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Tables ===

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

There's a lot more to know

Check it out at https://guides.github.com/features/mastering-markdown/