The Summury
Table of The Content
- What is Github
- What is markdown
- Some basic syntax used
- Examples of used code
Github
It is similar to cloud that most people use it to uploade things, so any one can use the data wherever he is. but this one used to simplify uploding your codes file with you work with a team to keep them updeated with the editing the you have recently done.

Markdown
It is the language that you use while writing a documentation it includes some details about you job to be over seen
Some Basic Syntax Used
| Syntax | Format |
|---|---|
use *word* |
word |
| use ` word ` | word |
| use ` word ` | word |
| use ` item ` | * item |
| use ` item ` | 1. ordered list |
Examples of Used Code
