dtkt.protoui.v1beta1protoui.proto

Markdown

Message

Render 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

FieldTypeNumberDescription
content
Data
1

The markdown content. Can be plain text, a CEL expression, or a template. Context: this is the message or field being rendered.