(l, e, t, n, s)
| 519 | return t > 0 ? -2 : -1; |
| 520 | } |
| 521 | function me(l, e, t, n, s) { |
| 522 | let i = e.href, |
| 523 | r = e.title || null, |
| 524 | o = l[1].replace(s.other.outputLinkReplace, "$1"); |
| 525 | n.state.inLink = !0; |
| 526 | let a = { |
| 527 | type: l[0].charAt(0) === "!" ? "image" : "link", |
| 528 | raw: t, |
| 529 | href: i, |
| 530 | title: r, |
| 531 | text: o, |
| 532 | tokens: n.inlineTokens(o), |
| 533 | }; |
| 534 | return ((n.state.inLink = !1), a); |
| 535 | } |
| 536 | function rt(l, e, t) { |
| 537 | let n = l.match(t.other.indentCodeCompensation); |
| 538 | if (n === null) return e; |
no test coverage detected