Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2687
var
reXMLTag = /\<[^>]*\>/;
2688
2689
var
toTagName =
function
(s) {
2690
return
s.replace(/([a-z])([A-Z])/g,
"$1_$2"
).toLowerCase();
2691
};
2692
2693
var
renderNodes =
function
(block) {
2694
Callers
1
renderNodes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected