[TOC]
Introduction
This is a test post where I want check different feature of the site
Numbered List
- number one
- number two
- number three
unordered list
- item one
- item two
- item three
check list
- crossed choice
- undecided choice
Mathematics typing
Inline math equation $ax^2 + bx + c = 0$ and it’s solution in
Blockquote
This is a blockquote paragraph this sould be indented and blocked.
Admonition
!!! Note “Please note that”
This is a note
!!! warning “This is a warning”
This is a warning.
!!! tip “This is a tip”
This is a tip.
!!! important “This is really important.”
This is really important.
Code Block
print("hello world!")
# This is a comment
for i in range(10):
print(i)