Skip to content

protocode-community/markdown-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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/

About

A guide to writing markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published