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

Function parseMarkdown

contents/cnblogs.tsx:185–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 }
184
185 function parseMarkdown() {
186 const dom = document.querySelector<HTMLElement>("#post_detail")
187 setParseContent(dom)
188 }
189
190 return showTag && allShowTag ? (
191 <ToolBox

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected