MCPcopy Create free account
hub / github.com/Hashnode/starter-kit / Renderer

Function Renderer

packages/utils/renderer/marked.js:818–820  ·  view source on GitHub ↗

* Renderer

(options)

Source from the content-addressed store, hash-verified

816 */
817
818 function Renderer(options) {
819 this.options = options || {};
820 }
821
822 Renderer.prototype.code = function (code, lang, escaped) {
823 if (this.options.highlight) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected