MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Hyperlink

Function Hyperlink

static/word2md/mammoth.browser.js:654–662  ·  view source on GitHub ↗
(children, options)

Source from the content-addressed store, hash-verified

652}
653
654function Hyperlink(children, options) {
655 return {
656 type: types.hyperlink,
657 children: children,
658 href: options.href,
659 anchor: options.anchor,
660 targetFrame: options.targetFrame
661 };
662}
663
664function NoteReference(options) {
665 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected