dtkt.protoui.v1beta1protoui.protoMarkdown
MessageRender as markdown. Supports text, CEL expressions, and templates for generating markdown content.
Maps to markdown rendering in @dtkt/mdx
The message or field is available as this in expression/template context.
Example expr: "# " + this.title + "\n\n" + this.body
Example template: Use Go templates with access to message fields
| Field | Type | Number | Description |
|---|---|---|---|
| content | Data dtkt.protoui.v1beta1.Data | 1 | The markdown content. Can be plain text, a CEL expression, or a template.
Context: |