Typst Fumadocs

Bullet List

Documentation for the `list` function.

A bullet list.

Displays a sequence of items vertically, with each item introduced by a marker.

Example

Loading compiler...

Syntax

This functions also has dedicated syntax: Start a line with a hyphen, followed by a space to create a list item. A list item can contain multiple paragraphs and other block-level content. All content that is indented more than an item's marker becomes part of that item.

#list(
  tight: bool,
  marker: content | array | function,
  indent: length,
  body-indent: length,
  spacing: auto | length,
  children
) -> content

Parameters

Prop

Type

Definitions

A bullet list item.

#list.item(
  body
) -> content

Parameters

Prop

Type

On this page