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

Function editMarkdown

contents/csdn.tsx:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 function editMarkdown() {
282 const dom = document.querySelector(".blog-content-box")
283 setContent(dom, articleTitle)
284 }
285
286 function downloadMarkdown() {
287 const html = document.querySelector(".blog-content-box")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected