Card
Use a card to display any important information. Cards can summarise the result of a calculation or answer to a question.
Example
42
The Answer to the Ultimate Question of Life, the Universe, and Everything
{
  type: "card",
  value: "42",
  detail:
    "The Answer to the Ultimate Question of Life, the Universe, and Everything",
}Options
Output
Use these options when using the field with make.
| value? | The value displayed on the card in large text. | 
| detail? | The detail displayed on the card in small text. |