MCPcopy
hub / github.com/027xiguapi/code-box / editMarkdown

Function editMarkdown

contents/cnblogs.tsx:169–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 function editMarkdown() {
170 const dom = document.querySelector<HTMLElement>("#post_detail")
171 setContent(dom, articleTitle)
172 }
173
174 function downloadMarkdown() {
175 const html = document.querySelector<HTMLElement>("#post_detail")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected