the article title

sub title(optional)

Posted by Liang Yulai on January 1, 1970

This is a H1 tag

This is a H2 tag

This text will be italice _This will also be italice*

This text will be bold This will also be bold

You can combine them

Order/unoder list

  • Unordered item 1
  • Unordered item 2
    • Unordered item 2a
    • Unordered item 2b
  1. Ordered item A
  2. Ordered item B
    1. Ordered item B1
    2. Ordered item B2

This is a quote

Python code sample

1
2
3
4
def func():
    for i in range(10):
        print("Hello, Nerd!")
    print("Bye")