(html)
| 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…