Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nanbingxyz/5ire
/ EChartsToken
Interface
EChartsToken
src/libs/markdownit-plugins/markdownItEChartsPlugin.ts:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
// 覆盖fence渲染规则
25
interface
EChartsToken extends Token {
26
info: string;
27
content: string;
28
}
29
30
md.renderer.rules.fence = (
31
tokens: Token[],
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected