View on GitHub

reading-notes

The Summury

Table of The Content

  1. What is Github
  2. What is markdown
  3. Some basic syntax used
  4. 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.

logo

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

codes