# folder ipsum dolor sit amet

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque rutrum
tincidunt dolor. Nullam dapibus gravida dui, non condimentum tellus commodo et.
Ut rhoncus dolor gravida nunc pharetra efficitur. Mauris ornare sit amet sem
vitae pulvinar. Donec et arcu sit amet nibh commodo blandit ac at nulla.

## Phasellus viverra a erat id lobortis.

Mauris dignissim lectus dapibus ligula gravida, nec tempor quam ullamcorper.
Pellentesque in dictum sapien, ut scelerisque dolor. Nulla mauris velit, pretium
non tincidunt a, feugiat ut ante. In id lobortis nunc, vitae gravida justo.

Here is a footnote reference,[^1] and [^2]another. And this[^3] is a long note.

[^1]: Here is the footnote.

[^2]: And here's another footnote.

[^3]: Here's one with multiple blocks.

    Subsequent paragraphs are indented (4 spaces) to show that they belong to
    the previous footnote.

> [!tip]
>
> This is a tip paragraph

```ts
const example = "This is an example code snippet";
```

```ts
const anotherExample =
  `This is a long example paragraph that spans multiple lines.
It should be wrapped correctly in the output.`;
```
