MCPcopy
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

docsifyInitFunction · 0.80
_bindEventOnRenderedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected