Basic Writing and Formatting in GitHub Markdown.
To create a heading, add #(pound) one to six before the Heading text. The number of # will determine the size of the heading
Styling Text:
You can indicate emphasis with bold, italic & strike through
Quoting Text:
You can quote text with > symbol
Quoting Code:
You can call out code or command within a sentence or paragraph with ‘single backticks’. The text within the backticks will not be formatted.
Links:
You can create an inline link by wrapping link text in brackets [ ]
, and then wrapping the URL in parentheses ( )
. Below Image, having file id which you find for every file available on internet, giving below id is of google drive image.
Lists:
Creating Table:
You can create Table using | symbol, and you can use :-: for center alignment text in the cell, :- for left alignment, similarly for right alignment.