h1
h2
h3
plain text
inline code
quote
second
plain text
inline code
// block code
(async () => {
await new Promise((res, rej) => {
setTimeout(() => {
res('Hello Dove')
}, 1000)
})
})()
quote
second
a+b
e=mc2