Complete guide to using the markdown editor in ChangeCrab. Learn formatting, shortcuts, and best practices.
Master the ChangeCrab markdown editor to create beautifully formatted changelog entries. Learn formatting, shortcuts, and best practices.
The ChangeCrab editor supports:
# H1 Header
## H2 Header
### H3 Header
#### H4 Header
**bold text**
*italic text*
~~strikethrough~~
`inline code`
Unordered list:
- Item 1
- Item 2
- Nested item
Ordered list:
1. First item
2. Second item
3. Third item
[Link text](https://example.com)
[Link with title](https://example.com "Title")
```javascript
function example() {
return "Hello";
}
```
Upload images directly or use image URLs:


> This is a blockquote
> It can span multiple lines
| Column 1 | Column 2 |
|----------|----------|
| Data 1 | Data 2 |