sendText

open override fun sendText(text: String)(source)

Sends text to the output stream with HTML escaping.

Escapes < and > characters to &lt; and &gt; except when inside parameter/code blocks to preserve proper Markdown rendering.

Parameters

text

The text to output