MCPcopy 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
76function id(token) {
77 let id = token.attrGet("id")
78 return id ? `\\label{${chapter[1] + "." + id}}` : ''
79}
80
81let linkedChapter = null, raw = false, quote = false
82

Callers 3

fenceFunction · 0.85
paragraph_openFunction · 0.85
heading_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected