MCPcopy
hub / github.com/basecamp/trix / createLinkHTML

Method createLinkHTML

src/trix/controllers/input_controller.js:79–84  ·  view source on GitHub ↗
(href, text)

Source from the content-addressed store, hash-verified

77 }
78
79 createLinkHTML(href, text) {
80 const link = document.createElement("a")
81 link.href = href
82 link.textContent = text ? text : href
83 return link.outerHTML
84 }
85}
86

Callers 3

pasteMethod · 0.45
pasteMethod · 0.45
insertFromPasteMethod · 0.45

Calls 1

createElementMethod · 0.45

Tested by

no test coverage detected