Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ escMd
Function
escMd
mode/mode.ts:94–95 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
92
93
/* ===================== 各种格式渲染器 ===================== */
94
95
const
Renderers: Record<Mode, (t: string) => string> = {
96
[Mode.OFF]: (t) => t,
97
[Mode.DEL]: (t) => `<s>${t}</s>`,
98
[Mode.BOLD]: (t) => `<b>${t}</b>`,
Callers
1
MessageModePlugin
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected