Reference
Formatting Content
Mem uses Markdown for formatting content via the API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
**Bold**
_Italic_
~~Strikethrough~~
# Heading 1
## Heading 2
### Heading 3
- Unordered List Item 1
- Unordered List Item 2
- Unordered List Item 2.1
- Unordered List Item 2.2
- Unordered List Item 3
1. Ordered List Item 1
2. Ordered List Item 2
3. Ordered List Item 3
- [ ] Task List Item 1
- [x] Task List Item 2
- [ ] Task List Item 3
[Link Text](https://www.mem.ai)

[Link Text](mem://notes/01991079-7a38-718d-a05c-466f2a08e4b0)
> This is a blockquote
`console.log("Hello, world!");`
<br />
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Row 1 | Row 1 | Row 1 |
| Row 2 | Row 2 | Row 2 |
| Row 3 | Row 3 | Row 3 |