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

Function editMarkdown

contents/51cto.tsx:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 function editMarkdown() {
245 const dom = document.querySelector<HTMLElement>("article .article-detail")
246 setContent(dom, articleTitle)
247 }
248
249 function parseMarkdown() {
250 const dom = document.querySelector<HTMLElement>("article .article-detail")

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected