Elements
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Link
I’m an inline-style link three
Or leave it empty and use the I’m an inline-style link
URLs and URLs in angle brackets will automatically get turned into links. http//:www.example.com or sometimes http//:www.example.com (but not on Github, for example).
Some text to show that the reference links can follow later.
Paragraph
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nihil saepe modi commodi quibusdam tenetur, vel aperiam ea autem dolorum sequi obcaecati culpa. Quos excepturi eum eius aliquam distinctio temporibus laboriosam modi voluptate, nesciunt officiis odit sed voluptatibus aliquid alias amet animi suscipit praesentium repudiandae et nulla! Consequuntur expedita exercitationem voluptatem. Ducimus enim eveniet laborum doloremque nihil asperiores incidunt aut necessitatibus voluptate, nobis molestias beatae facilis iure. Sunt accusamus numquam suscipit saepe totam illo inventore explicabo, vel, porro dignissimos nobis nam doloribus sapiente enim corporis atque laudantium hic autem fugit reiciendis rem? Quod consectetur voluptates quidem fugiat similique distinctio eveniet soluta?
Ordered List
- List item
- List item
- List item
- List item
- List item
Unordered List
- List item
- List item
- List item
- List item
- List item
Notice
Note
This is a simple note.
Tip
This is a simple tip.
Info
This is a simple info.
Code and Syntax Highlighting
Inline code has back-ticks around it.
var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated,so no syntax highlighting.
But let's throw in a tag .
Blockquote
This is a blockquote example.
Inline HTML
You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.
Definition list
Is someting people use sometimes.
Markdown in HTML
Does*not*work**very**well. Use HTML tags
Table
Colons can be used to align columns.
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don’t need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty |
---|---|---|
Still | Renders | Nicely |
1 | 2 | 3 |
Image

Youtube Video
Updated on 05 Jan 2020