Hello World
Testing a bunch of things
BOLD
Italic
Quoted Text
Formatted code
- List
- List1
- List2
- Ordered
- List
- =)
Nested
- List
- Exit
- List
Tasks
Compleated
Emoji support
#️⃣ 🌊 ©️
References
Read more in the footnote1.
A footnote can be multiline if prefixed with spaces.2.
Python
print("HelloWorld!")
Go
package main
import "fmt"
func main() {
fmt.Println("HelloWorld!")
}