Some heading
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Here is some internal link and some external link
Another heading
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Some bold text and some italic text
Some subheading
this is how to insert an image
Here is an ordered list
- lorem
- ipsum
Here is an un-ordered list
- lorem
- ipsum
and some inline code const hello = 2
and lastly some code block
const hello = 2;
const result = hello * 3;
thats it