Heading
MARKDOWN# Heading RENDERED Heading
Use more # characters for smaller headings.
Open a Markdown file or start writing, preview GitHub-flavored Markdown, and create one clean link.
Pastes.io supports GitHub-flavored Markdown, including tables, task lists, strikethrough, links, and fenced code blocks.
# Heading RENDERED Use more # characters for smaller headings.
**bold** and _italic_
~~strikethrough~~ RENDERED bold and italic
strikethrough
Emphasize the parts readers should notice.
[Pastes.io](https://pastes.io) RENDERED Give the link readable text.
- First item
- Second item
1. First step
2. Second step RENDERED Use dashes for bullets and numbers for steps.
- [x] Finished
- [ ] Still to do RENDERED GitHub-style task lists render as checkboxes.
> Important context RENDERED Important context
Set quoted text or a callout apart.
`inline code`
```js
const ready = true;
``` RENDERED inline code
const ready = true;
Use backticks for commands, code, and output.
| Name | Status |
| --- | --- |
| API | Ready | RENDERED | Name | Status |
|---|---|
| API | Ready |
GitHub-flavored Markdown turns this into a table.
 RENDERED Always include useful alternative text.
Preview tables, task lists, strikethrough, links, and fenced code blocks.
Switch between editing, a rendered preview, and a side-by-side workspace.
Create an unlisted link with optional expiration and password protection.
Add expiration and password protection when the share needs tighter control.