Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.04 KB

File metadata and controls

17 lines (17 loc) · 1.04 KB

Mastering Markdown

markdown languge is more easy to use than html for styling ll forms of writing on the GitHub platform.

markdown_logo

so you can use markdown in different places like :
  • gists
  • Comments in Issues and Pull Requests
  • Files with the .md or .markdown extension
GitHub Flavored Markdown
github get more good and new features using markdown which make it more easy to use .
forexample you can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
and (Strikethrough ) Any word wrapped with two tildes will appear crossed out.

this

and for more information you can see mastering markdown