Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 916 Bytes

main.md

File metadata and controls

50 lines (37 loc) · 916 Bytes

Basic Markdown Syntax guide


1.Headers Code:

# Biggest header
## Second biggest header
### Third biggest header

2.Lists

Ordered:
1.List1
2.List2
3.List3

Unordered:
* List1
* List2
* List3

3.Images

Format:
![Text/Words](URL of the image)

4.Links

Format: 
[Text/Words](URL of the link)
eg. [Github](http://github.com)

5.Code block

Format: a Tab or 4 Spaces before text.

  1. Line feed

    Format: "
    " before text.


Why not try these syntaxes now?


Many ways to try and show at the same time!
These include: Sublime Text, Atom, VC code on your PC, or Cmd Markdown online!
More details can be easily searched online