Playing Around With Markdown
Hello world!
This is sample text.
This is more text 😎
- This
- is
- a
- numbered
- list
- This
- is
- an indented
- list
So cool! 😍
This is a quote
- Me
print('hello world')
The world says hello back! 🥲
// This is a code block
System.out.println("Java is better"!);
// I love unnecessary boilerplate 🤓