Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docsifyjs/docsify
/ header
Method
header
src/core/render/compiler.js:329–331 ·
view source on GitHub ↗
(text, level)
Source
from the content-addressed store, hash-verified
327
}
328
329
header(text, level) {
330
return
this.heading(text, level);
331
}
332
333
article(text) {
334
return
this.compile(text);
Callers
2
docsifyInit
Function · 0.80
_bindEventOnRendered
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected