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 |