MCPcopy Create free account
hub / github.com/027xiguapi/code-box / parseMarkdown

Function parseMarkdown

contents/baidu.tsx:113–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 function parseMarkdown() {
114 const dom = document.querySelector<HTMLElement>(
115 isBaijiahao ? "#ssr-content .EaCvy" : ".wd-ai-index-pc"
116 )
117 setParseContent(dom)
118 }
119
120 return showTag && allShowTag && isBaijiahao ? (
121 <ToolBox

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected