MCPcopy
hub / github.com/witheve/Eve / toTagName

Function toTagName

src/commonmark.js:2689–2691  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

2687var reXMLTag = /\<[^>]*\>/;
2688
2689var toTagName = function(s) {
2690 return s.replace(/([a-z])([A-Z])/g, "$1_$2").toLowerCase();
2691};
2692
2693var renderNodes = function(block) {
2694

Callers 1

renderNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected