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 :
- First item
- Second item
- Third item
- Fourth itemunorder list like this:- First item
- Second item
- Third item
- Fourth item