Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ writeAnchor
Function
writeAnchor
static/word2md/mammoth.browser.js:3559–3563 ·
view source on GitHub ↗
(attributes)
Source
from the content-addressed store, hash-verified
3557
}
3558
3559
function
writeAnchor(attributes) {
3560
if
(attributes.id) {
3561
fragments.push(
'<a id="'
+ attributes.id +
'"></a>'
);
3562
}
3563
}
3564
3565
function
close(tagName) {
3566
var
element = elementStack.pop();
Callers
1
open
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected