Data Transformations
Description Text
Write descriptions using markdown within a transform.
Within your transform code, you are able to render markdown text in the same flow as widgets using the w_text_output
function.
Text Output Parameters
content
: string markdown text to display
appearance
: dict containing widget appearance attributes:
message_box
: string specifying this wraps the code in a sematic container, allowed flavors are: “success” | “primary” | “info” | “warning” | “danger” | “neutral”
Was this page helpful?