(txt, left, right)
| 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…