This is a sample post
Markdown is the most popular markup language that can be used to format documents. It can be used to create websites,ebooks,email,chats in discussions forums.
Paragraphs
MD expects a full line space to show texts in a different line else it joins text in the same line.
Text decorations
MD can write bold texts, italiic italic texts
Headings No of #'s represent the type of heading. Github will automatically add id's to headings, so the text will be automatically linked.
Links
My Github account.[Bhupendra][1] github repo.
Images Images can be used just like links. ![Alt txt](img url)
Ordered and Unordered Lists
Coding Best Practices:
Steps to merge branch:
Code Blocks
This is super helpful when posting any code snippet
Also can show code difference
Tables
Tables can be generated with headings and text alignment option
Stocks | Price |
---|---|
TCS | 230 |
YES Bank | 500 |
Cool Tips