Heading

Subtitle

Paragraph

Hello, world!

Inline code

const x = 0

Full code

const x = 1
const y = 2
console.log(x + y)

Table

WordMean
varVariable
constConstant
letLetting

Code with note

let name = 'String'

Can be use with double-quote instead

Image

A cat