Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/witheve/Eve
/ text
Function
text
src/commonmark.js:1153–1157 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1151
var
reMain = /^[^\n`\[\]\\!<&*_'"]+/m;
1152
1153
var
text =
function
(s) {
1154
var
node =
new
Node(
'text'
);
1155
node._literal = s;
1156
return
node;
1157
};
1158
1159
// INLINE PARSER
1160
Callers
10
parseBackticks
Function · 0.85
parseBackslash
Function · 0.85
parseAutolink
Function · 0.85
handleDelim
Function · 0.85
parseOpenBracket
Function · 0.85
parseBang
Function · 0.85
parseCloseBracket
Function · 0.85
parseEntity
Function · 0.85
parseString
Function · 0.85
parseInline
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected