Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
MarkdownString
/
appendText
append
Text
fun
appendText
(
value
:
String
)
:
MarkdownString
(
source
)
Appends and escapes the given string to this markdown string.
Parameters
value
Plain text.
Online Documentation