This page is for testing the typography of the theme with different text formats
The followings are headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
The next format is an unorder list
- List item 01
 - List item 02
 - List item 03
 
And here is an order list
- List item 01
 - List item 02
 - List item 03
 
The following is a quote
I always create only simple and minimal themes which is fast and useful for all users
Tien Nguyen
And this is a preformatted text which is usually used to post codes or mono texts
// the text here is for comment or a pseudo code
function theme() {
    let awesome = true;
    return awesome;
}
							
						
COMMENTS