MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / escHtml

Function escHtml

mode/mode.ts:88–92  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

86 .replace(/&/g, "&")
87 .replace(/</g, "&lt;")
88 .replace(/>/g, "&gt;");
89
90const escMd = (text: string): string =>
91 text.replace(/([_*[\]()~`>#+\-=|{}.!\\])/g, "\\$1");
92
93/* ===================== 各种格式渲染器 ===================== */
94
95const Renderers: Record<Mode, (t: string) => string> = {

Callers 1

MessageModePluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected