Github text formatting - Markdown References

Markdown is an easy to read / write syntax for formatting plain text.

Markdown basically helps formatting words as bold or italic, adding images, and creating lists.

Example :

1
2
<!---This is multi line
comment on github pages--->

or

1
[//]: # ("this is another way of commenting out a statement")

Below are few links that will help you understanding more

Share