Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
paste
Method · 0.45
paste
Method · 0.45
insertFromPaste
Method · 0.45
Calls
1
createElement
Method · 0.45
Tested by
no test coverage detected