MCPcopy 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

1151var reMain = /^[^\n`\[\]\\!<&*_'"]+/m;
1152
1153var text = function(s) {
1154 var node = new Node('text');
1155 node._literal = s;
1156 return node;
1157};
1158
1159// INLINE PARSER
1160

Callers 10

parseBackticksFunction · 0.85
parseBackslashFunction · 0.85
parseAutolinkFunction · 0.85
handleDelimFunction · 0.85
parseOpenBracketFunction · 0.85
parseBangFunction · 0.85
parseCloseBracketFunction · 0.85
parseEntityFunction · 0.85
parseStringFunction · 0.85
parseInlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected