-
The following line is bold
Hi, I am Bold (**Hi, I am Bold**) -
The following line is given emphasis
I am cooool. (*I am cooool.*) -
To write something on the new line, give two spaces and hit enter
Yay! we are on the next line -
Now comes the Headline
(# What's up people?)
- Bit smaller Headline
(## Don't judge me)
- Even smaller Headline
(### Not so tiny, aye)
-
You can also strikethrough using two tildes
I can never be happy :(
(~~I can never be happy :(~~) -
How can markdown be complete without links.
guess the link -
Next comes the inline code
This line hasinline
codecallback()
-
The block of code
# this is python
s = "Python syntax highlighting"
print s
-
The blockquote
with the new line
-
Raw html also works.
I am strong -
The horizontal ruler
- Tables
atleast 3 dashs below each header is required.
Name | Id | City
--- | --- | ---
Girish | 4 | Nagpur
Jai | 5 | Mumbai
Name | Id | City |
---|---|---|
Girish | 4 | Nagpur |
Jai | 5 | Mumbai |