In interaction web forms, a say element displays a block of text or Markdown.

start:
  await:
    form:
      elements:
        say/hello:
          content@text:
            # Heading
            This is a **paragraph** in Markdown.

Syntax

content:

Content to display in Markdown format.

message:

Message to display as plain text.

hidden:

This form element can be conditionally hidden.

hidden@bool: {{not worker_is_superuser}}