Markdown:
is a way on GitHub platform and web, and it’s lightweight and easy-to-use syntax, it’s used to (style all forms of writing, control the display of the document, add images, … ect). That you write a few non-alphabetic ( #, *) characters followed by regular text.
In GitHub, mostly you will use Markdown in:
- Gists.
- Comments in Issues and Pull Requests.
- Files with the .md or .markdown extension.
Note that you can add Basic syntax such as (text, lists, images, headers & quotes, codes, … ect) and GFM (GitHub Flavored Markdown) such as (Syntax highlighting, Task Lists, Tables, SHA references, Username @mentions, … ect)
examples on basic syntax:
- Headers:
(#) This is an < h1 > tag
(##) This is an < h2 > tag
(######) This is an < h6 > tag
- Emphasis:
you can write your text in italic
another way to write it in italic
you can write your text in bold another way to write it in This will also be bold
You can combine them
- Unordered Lists:
- one
- two
- two a
- two b
- Ordered Lists:
- one
- two
- three
- three a
- three b
Thank You For Reading That!
Format: