Rentry

Markdown Syntax

Supported formatting on Rentry

Text

**bold**bold text
*italic*italic text
~~strikethrough~~strikethrough
`inline code`inline code

Headings

# Heading 1Heading 1
## Heading 2Heading 2
### Heading 3Heading 3

Links & Images

[text](url)Link
![alt](url)Image

Lists

- itemUnordered list
1. itemOrdered list
- [ ] taskUnchecked task
- [x] taskChecked task

Blockquotes

> quoteBlockquote

Code Blocks

```python
print("hi")
```
Fenced code block with syntax highlighting
```
code
```
Fenced code block (no highlight)

Tables

| A | B |
|---|---| |
| 1 | 2 |
Table with two columns

Horizontal Rule

---Horizontal rule