Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 893 Bytes

File metadata and controls

19 lines (17 loc) · 893 Bytes

Read01 leaneeing markdown

introdution about 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 # or . whenwe write something like bolding we need to write the syntax like : my name : mohammad using bolding my name : mohammad when i need to write italic i need * my name :mohammad New 8:19 (Links to an external site.) To create a blockquote, add a > in front of a paragraph.

Dorothy followed her through many of the beautiful rooms in her castle. order list using markdown like this :

  1. First item
  2. Second item
  3. Third item
  4. Fourth itemunorder list like this:- First item
  • Second item
  • Third item
  • Fourth item