MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / parseInline

Method parseInline

web/marked.min.js:1736–1738  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

1734 return new l(t).parse(e);
1735 }
1736 static parseInline(e, t) {
1737 return new l(t).parseInline(e);
1738 }
1739 parse(e, t = !0) {
1740 let n = "";
1741 for (let s = 0; s < e.length; s++) {

Callers 9

headingMethod · 0.80
paragraphMethod · 0.80
tablecellMethod · 0.80
strongMethod · 0.80
emMethod · 0.80
delMethod · 0.80
linkMethod · 0.80
imageMethod · 0.80
textMethod · 0.80

Calls 9

textMethod · 0.80
htmlMethod · 0.80
linkMethod · 0.80
imageMethod · 0.80
strongMethod · 0.80
emMethod · 0.80
codespanMethod · 0.80
brMethod · 0.80
delMethod · 0.80

Tested by

no test coverage detected