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

Function parseMarkdown

contents/paywallbuster.tsx:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 function parseMarkdown() {
115 const dom = document.querySelector("article")
116 setParseContent(dom)
117 }
118
119 function handleOpenSource() {
120 const iframe = document.querySelector<any>("#content-frame")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected