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

Function parseMarkdown

contents/luogu.tsx:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 function parseMarkdown() {
93 const dom = document.querySelector(".article-content")
94 setParseContent(dom)
95 }
96
97 return showTag && allShowTag ? (
98 <ToolBox

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected