appendMarkdown method
Appends the given string 'as is' to this markdown string. When {@linkcode MarkdownString.supportThemeIcons supportThemeIcons} is true
, {@link ThemeIcon ThemeIcons} in the value
will be iconified.
@param value Markdown string.
Implementation
_i3.MarkdownString appendMarkdown(_i2.String value) => _i5.callMethod(
this,
'appendMarkdown',
[value],
);