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

Function editMarkdown

contents/luogu.tsx:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 function editMarkdown() {
77 const dom = document.querySelector(".article-content")
78 setContent(dom, articleTitle)
79 }
80
81 function downloadMarkdown() {
82 const html = document.querySelector(".article-content")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected