Typst Fumadocs

Superscript

Documentation for the `super` function.

Renders text in superscript.

The text is rendered smaller and its baseline is raised.

Example

Loading compiler...
#super(
  typographic: bool,
  baseline: auto | length,
  size: auto | length,
  body
) -> content

Parameters

Prop

Type

On this page