Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/baidu/amis
/ BlockContent
Class
BlockContent
scripts/bot/split_markdown.py:42–45 ·
view source on GitHub ↗
文本段中的文本或代码
Source
from the content-addressed store, hash-verified
40
41
@dataclass
42
class
BlockContent:
43
""
"文本段中的文本或代码"
""
44
type: ContentType
45
text: str
46
47
48
@dataclass
Callers
1
split_markdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected