MCPcopy
hub / github.com/showdownjs/showdown / parseInside

Function parseInside

src/subParsers/italicsAndBold.js:10–17  ·  view source on GitHub ↗
(txt, left, right)

Source from the content-addressed store, hash-verified

8 // called "catastrophic backtrace". Ominous!
9
10 function parseInside (txt, left, right) {
11 /*
12 if (options.simplifiedAutoLink) {
13 txt = showdown.subParser('simplifiedAutoLinks')(txt, options, globals);
14 }
15 */
16 return left + txt + right;
17 }
18
19 // Parse underscores
20 if (options.literalMidWordUnderscores) {

Callers 1

italicsAndBold.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…