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

Function editMarkdown

contents/pianshen.tsx:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 function editMarkdown() {
80 const dom = document.querySelector("#article_content")
81 setContent(dom, articleTitle)
82 }
83
84 function downloadMarkdown() {
85 const html = document.querySelector("#article_content")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected