MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / html

Method html

web/marked.min.js:868–878  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

866 }
867 }
868 html(e) {
869 let t = this.rules.block.html.exec(e);
870 if (t)
871 return {
872 type: "html",
873 block: !0,
874 raw: t[0],
875 pre: t[1] === "pre" || t[1] === "script" || t[1] === "style",
876 text: t[0],
877 };
878 }
879 def(e) {
880 let t = this.rules.block.def.exec(e);
881 if (t) {

Callers 3

blockTokensMethod · 0.80
parseMethod · 0.80
parseInlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected