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

Function editMarkdown

contents/segmentfault.tsx:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 function editMarkdown() {
90 const dom = document.querySelector(".container")
91 setContent(dom, articleTitle)
92 }
93
94 function downloadMarkdown() {
95 const html = document.querySelector(".container")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected