Syntax

headings

# H1
## H2
### H3

horizontal line

---

inline code

The call to `fetch()` was breaking the app.

The call to fetch() was breaking the app.

block of code

```typescript
<Box>Hello World!</Box>
```
<Box>Hello World!</Box>
language specifier
typescript
javascript
tsx
jsx
bash

GitHub Flavored Markdown (GFM)

it adds features such as code blocks with three backticks. It's the prevalent syntax, and is adopted by github and discord.

earlymorning logo

© Antoine Weber 2026 - All rights reserved

Syntax

headings

# H1
## H2
### H3

horizontal line

---

inline code

The call to `fetch()` was breaking the app.

The call to fetch() was breaking the app.

block of code

```typescript
<Box>Hello World!</Box>
```
<Box>Hello World!</Box>
language specifier
typescript
javascript
tsx
jsx
bash

GitHub Flavored Markdown (GFM)

it adds features such as code blocks with three backticks. It's the prevalent syntax, and is adopted by github and discord.