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

Function editMarkdown

contents/php.tsx:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 function editMarkdown() {
138 const dom = document.querySelector(".phpscMain .php-article")
139 setContent(dom, articleTitle)
140 }
141
142 function downloadMarkdown() {
143 const html = document.querySelector(".phpscMain .php-article")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected