Paragraph Variants

Crosslink

Add {.link-arrow} to make big loud external links:

[Home](/) {.link-arrow}

Home

Footer paragraphs

quickref.is(() => {
  awesome.site()
})

#↓ Source Code

```js
quickref.is(() => {
 awesome.site()
})
\```
This paragraph will appear in the footer

This paragraph will appear in the footer

Middle paragraphs

  • This is a list This paragraph will appear in the middle
quickref.is(() => {
  awesome.site()
})

#↓ Source Code

### Middle paragraphs
- This is a list
This paragraph will appear in the middle

js quickref.is(() => { awesome.site() }) ``` ```

Header paragraphs

The text that appears in the header

#↓ Source Code

### Basic paragraphs
The text that appears in the header
Comments