[Markdown basics] #tutorial
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?)
(## Don't judge me)
(### 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 has inline
code callback()
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
And the image
Image with a width of 500
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 |