- My PPT
- Markdown Practices
- Documentation Badges
- Sample Documentations
- Sample Contribution
- Licensing Guide
There are 6 pre-defined text sizes which are in form of "Headings".
#Heading1
##Heading2
###Heading3
####Heading4
#####Heading5
######Heading6
*This is a text*
_This is a text_
This is a text
This is a text
**This is a text**
__This is a text__
This is a text
This is a text
~~This is a text~~
This is a text
[I'm an inline-style link](!www.google.com)
![alt text](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)
`a = b + c`
a = b + c
a = 1
b = 2
c = a + b
s = "Python syntax highlighting"
print s
1. Tea
2. Coffee
3. Oreo
- Tea
- Coffee
- Oreo
- Tea
+ Coffee
* Oreo
- Tea
- Coffee
- Oreo
- Task1
- Task2