Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ id
Function
id
src/render_latex.mjs:76–79 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
74
}
75
76
function
id(token) {
77
let
id = token.attrGet(
"id"
)
78
return
id ? `\\label{${chapter[1] +
"."
+ id}}` :
''
79
}
80
81
let
linkedChapter = null, raw = false, quote = false
82
Callers
3
fence
Function · 0.85
paragraph_open
Function · 0.85
heading_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected