getFullMatch(); $cursor = $inlineContext->getCursor(); $cursor->advanceBy($inlineContext->getFullMatchLength()); $currentPosition = $cursor->getPosition(); $previousState = $cursor->saveState(); while ($matchingTicks = $cursor->match('/`+/m')) { if ($matchingTicks !== $ticks) { continue; } $code = $cursor->getSubstring($currentPosition, $cursor->getPosition() - $currentPosition - \strlen($ticks)); $c = \preg_replace('/\n/m', ' ', $code) ?? ''; if ( $c !== '' && $c[0] === ' ' && \substr($c, -1, 1) === ' ' && \preg_match('/[^ ]/', $c) ) { $c = \substr($c, 1, -1); } $inlineContext->getContainer()->appendChild(new Code($c)); return true; } // If we got here, we didn't match a closing backtick sequence $cursor->restoreState($previousState); $inlineContext->getContainer()->appendChild(new Text($ticks)); return true; } } __halt_compiler();----SIGNATURE:----bhKRa3r4jyT32dHCmRmg7Gwmo7xReVAUvoDsJWthnyp5H1bKzRyAIsVP3xf/+wBUKdhZZLSUpiokXreaCDb1YPEJUcYNiCtPuZHS/WzJIZTMeEyAofkgWawjmvWQr06S48VN7qp1yYUfuyHn/qJP034M7OMlIxHXIHxkEw0nld7izT/mt7HQMmSM2FOVdJSpVh6yQoC50cXmOWRPk/qrTXGZoBa7YkEuHRb4hF+ip/fAppk4y4+4mxdjOBsoDWuHGxQW8AlYax27s8b3gnHomT8CLyYFuHhleaX7s4CmJ7cxs/Dc9Y2MI/6Z5na191yzNsSUYUsDNv1NlhD5Gse9N0gnmb1QDAIdLbbT+92qSlnlXRVEtglr2K9aam+vkiiHFy8iqBgKvEjLcpdRCLCy3FpMaXO8g30lBXTPOZq3hBPp0rC7CM7MWBiG+z6COWD39lEzVpK63SaEQoysygOY6FxPbZK256xRXR3KwQn5/jF+4oIFyAzvr6KmleZelmlHWwzfRQCFa95s4EHrzJRubMmHFVVTxlXElruuV4gt7RN4MXymoatRVzz55SeZfQiGamNrFsEn+MdwBmp64d168Q7+5xan8tlV+MHk2qMc5iebPwy7Srtqlp1n1nXzFjGaGFC3HV8XNSUJfhdKYI8KGQ2QjfV+gVenr+wAJ/8p/P8=----ATTACHMENT:----NDgzMzg4NzUzNjMzMjMwMiAyOTkyMTU5MDU5MzYxMDc0IDU4Mjk5OTk3ODMwNzM5NTM=