Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 682 Bytes

File metadata and controls

18 lines (9 loc) · 682 Bytes

What is Markdown

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like #

features of markdown

  1. Syntax highlighting
  2. Tables
  3. SHA references #### Any reference to a commit’s SHA-1 hash will be automatically converted into a link to that commit on GitHub ####

THIS is MY git hub accont [MAYSAA] (https://github.com/maysaahourani)

Syntax guide