Markdown

Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.

GitHub Markdown

Markdown is a way to style text on the web.
When using Markdown you can to :

  • control the display of the document.
  • formatting words
  • adding images
  • creating lists …. etc.

for example :

  1. text : we can make text bold,italic.. etc for Bold like this add tow star * in first of word and the other in the end of word word
  2. List : we can make order and unorder list .
  3. images : we can add any image you want .
  4. Header ,code ,Links…etc .

In GitHub they uses its own version of the Markdown syntax these Markdown syntax provides an additional set of useful feature Like :

  • Syntax highlighting .
  • Task Lists.
  • Tables.
  • Emoji .
  • Etc…

For More Details and how to use each of thim in GitHup please check the below Link

GitHub Markdown

GitHub Pages

if you’re already using github it’s the most direct path to create websites for you and your projects so how does it work.

github serves all of your project sites from a personal URL tied to your user name or organization github looks for web content for your projects on a special branch for sites tied to an existing repository this branch is separate from your code but you can also create a site for yourself or your organization by creating a repository

using GitHub Pages frees you up to focus on the content of your site instead of worrying about how you’ll get it from your computer to everyone else’s browser

For More Details about GitHub Pages please check the below link

GitHub Pages