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 # or *.
These are some markdown syntax that can used :
- (#) : This is an h1 tag .
- (* *) : Italic .
- (** **) : BOld .
- ( * item 1) ( * item 2) : Un ordered list >
- (1. item 1 ) (2. item 2) : ordered list >
Also you can add images , links and tables , and you can highlighting of the text .