# First blog post I will post there anything that interests me at the moment. I will maybe explain in the second blog post how this blog is made and how it works. But for now i just wanted to throw in some markdown test file and see if everything works properly. And from what i can see yeah it works well. ## List Functionalities implemented in this blog. - Posts are markdown files - Embeed images - Render and parse tables - Embeed code blocks ## Table | Name | Role | |------|------| | glamour | Dev | | PHP | ❤️ | ## Image ![Alt text](https://picsum.photos/600/300) ## Code ```php echo "Hello Markdown!"; ```