(l, e, t)
| 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; |
| 539 | let s = n[1]; |
| 540 | return e |
| 541 | .split( |
| 542 | ` |
| 543 | `, |
| 544 | ) |
| 545 | .map((i) => { |
| 546 | let r = i.match(t.other.beginningSpace); |
| 547 | if (r === null) return i; |
| 548 | let [o] = r; |
| 549 | return o.length >= s.length ? i.slice(s.length) : i; |
| 550 | }).join(` |
| 551 | `); |
| 552 | } |
| 553 | var S = class { |
| 554 | options; |
| 555 | rules; |