---
title: Built-in utilities
---
## API requests
Use the `send` function to make API requests.
```svelte example raised
{#await project}
fetching...
{:then project}
{project.downloads} downloads
{/await}
```
## Markdown
Use the markdown utilities to parse markdown text into HTML. Both markdown parsers have HTML sanitization built-in.
### Body parser
The `markdown` parser is designed for bodies of markdown text and supports images, tables, lists, and youtube `