I am testing how to include an image in a post:

A test image

What I did is creating a directory called assets and put the images in it. It seems working! But I am not sure how to adjust the size of the image yet.

Here I am testing the support for code snippets, which is a simple Python code:

1
2
def add(x, y):
    return x + y

After the testing, i am going to update a post of what i learned during the CDIPS workshop.