MCPcopy
hub / github.com/showdownjs/showdown / hashHTMLSpan

Function hashHTMLSpan

src/subParsers/hashHTMLSpans.js:8–10  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

6 text = globals.converter._dispatch('hashHTMLSpans.before', text, options, globals);
7
8 function hashHTMLSpan (html) {
9 return '¨C' + (globals.gHtmlSpans.push(html) - 1) + 'C';
10 }
11
12 // Hash Self Closing tags
13 text = text.replace(/<[^>]+?\/>/gi, function (wm) {

Callers 1

hashHTMLSpans.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…