# Sup

Use the sup shortcode to display text in superscript.

## Overview

Added in v0.19.0

As an example, the following shortcode displays superscript text.

```markdown
2{{< sup 10 >}} is 1024.
```

## Arguments

The shortcode supports the following arguments:

| Name | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `text` | string | yes |  | Text to render by the element. |

