Skip to content

description · Expedition description

The description property is a short text that describes the purpose of the expedition. It is primarily used in user interfaces to provide context about the expedition.

yaml
_: Expedition
description: |
  This expedition will vanquish the paintress!
steps:
  - _: Start the expedition
    log: For those who come after!

TIP

The description usually supports Markdown syntax wherever it is rendered, allowing you to format the text and include elements like links, lists, and code snippets.

Released under the MIT License.