Skip to content

Markdown

Used to show a message to the user. Generally used in dialogs or assistants rather than within a Detail Page.

markdowntext {  
    visible = [CaseTitle != null];  
    emphasis Success = [true];  
    text = "Case ${CaseTitle} created.";  
}  

Limitations

  • The element is being shown in native UI rather than HTML leading to less supported markdown features.
  • Markdown tables are not supported.

Supported Properties

  • visible
  • emphasis
  • text