# hello world

This is some content

**This is some bold content**

```python
this_block = 'some code'
```

---

That was a horizontal line ^

This is a list:

* list item 1
    
* list item 2
    

> This is a blockquote

This is a link to [Google](https://www.google.com)

This is an image:

![Hashnode Brand Resources - Logos and other media files](https://cdn.hashnode.com/res/hashnode/image/upload/v1611902473383/CDyAuTy75.png?auto=compress align="left")

This is a mermaid diagram:

```plaintext
flowchart LR
    START -- Journey --> FINISH
```

...well that didn't work, did it?

This is an emoji :joy:

ah man...

reached the limitation!
