# Et

A paragraph with *emphasis*, **strong emphasis**, `inline code` and a [link](https://loremfile.com/). Officiis ipsa amet repudiandae nemo veniam fugiat eiusmod adipiscing.

## Lists

- quibusdam
- ad
  - nested facere
    - nested deeper rem
1. first ut
2. second itaque

## Table

| Column | Type | Note |
|---|---|---|
| architecto | text | assumenda |
| officia | number | excepteur |

## Code

```python
print("hello from a fenced block")
```

```sql
SELECT id, name FROM people ORDER BY id;
```

## Quote

> Laboris duis velit culpa aliquip magna lorem totam officia aperiam fugiat maiores tempora laborum.
> — velit

## Image

![A 640x480 test image](/png/640x480.png)

## Footnote

Markdown supports footnotes in most dialects.[^1]

[^1]: The footnote body, rendered at the end of the document.

## HTML block

<div class="note">
  <p>A raw HTML block, which Markdown passes through untouched.</p>
</div>
