@slack/web-api / MrkdwnElement
Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:143
Defines an object containing some text.
text: string;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:152
The text for the block. This field accepts any of the standard text formatting markup. The minimum length is 1 and maximum length is 3000 characters.
type: "mrkdwn";Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:147
The formatting to use for this text object.
optional verbatim: boolean;Defined in: node_modules/@slack/types/dist/block-kit/composition-objects.d.ts:159
When set to false (as is default) URLs will be auto-converted into links, conversation names will
be link-ified, and certain mentions will be automatically parsed.
Using a value of true will skip any preprocessing of this nature, although you can still include
manual parsing strings.