Skip to main content

Markdown

Markdown syntax for documentation and README files

Documentation

Headings

# Heading 1

Main heading

## Heading 2

Sub heading

### Heading 3

Section heading

#### Heading 4-6

Smaller headings

Text Formatting

**bold**

Bold text

*italic*

Italic text

~~strikethrough~~

Strikethrough

`inline code`

Inline code

> quote

Blockquote

---

Horizontal rule

Lists

- item

Unordered list

1. item

Ordered list

- nested

Nested list (2 spaces)

- [ ] task

Unchecked checkbox

- [x] done

Checked checkbox

Links & Images

[text](url)

Link

[text](url "title")

Link with title

![alt](image-url)

Image

[ref]: url

Reference link

Code

```language

Code block start

```

Code block end

```js

JavaScript code block

```bash

Bash code block

Tables

| Col1 | Col2 |

Table header

|------|------|

Header separator

| data | data |

Table row

|:-----|-----:|

Left/right align

Privacy-First Developer Toolkits - 35+ Browser-Based Tools