Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.04 KB

File metadata and controls

26 lines (14 loc) · 1.04 KB

What it's the Mastering Markdown?

Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.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.

Now i well tell you some example for language of markdown:

  • you can make some words bold by put it on and other words italic by put .
  • you can add any website by use [but the name ](put link of website) like Google!
  • you can make lists Sometimes you want numbered lists:
  1. One
  2. Two
  3. Three

Sometimes you want bullet points:

  • Start a line with a star

  • Profit!

  • you can add image by write like this image

There are a lot of options that can be used you can see it in this website Mastering Markdown