Write descriptions using markdown within a Python analysis cell.
Within your transform code, you are able to render markdown text in the same flow as widgets using the w_text_output function.
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”